|
Action:
|
Returns a list of all vertices in the input body that were marked as bad during healing analysis.
|
|
|
Prototype:
|
outcome api_hh_get_bad_vertices (
|
|
|
BODY* body,
|
// input body
|
|
|
ENTITY_LIST& list,
|
// list of bad vertices
|
|
|
AcisOptions* ao = NULL
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "healhusk/heal_api/heal_api.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/lists/lists.hxx"
|
|
#include "kernel/kerndata/top/body.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
This API returns a list of all vertices in the input body that were marked as bad during a healing analysis operation. Refer to the descriptions of the various analysis APIs for the tests that are performed.
|
|
|
Library:
|
healhusk
|
|
|
Filename:
|
heal/healhusk/heal_api/heal_api.hxx
|
|
|
Effect:
|
Read-only
|