|
Action:
|
Removes cellular topology from each lump within each body in the input list.
|
|
|
Prototype:
|
outcome api_ct_remove (
|
|
|
ENTITY_LIST& body_list,
|
// list of bodies
|
|
|
AcisOptions* ao = NULL
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "ct_husk/api/ctapi.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/lists/lists.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
This API removes the attached cellular topology from each
LUMP within each body in the
body_list. If the given
BODY has no cellular topology, this API has no effect.
|
|
|
Library:
|
ct_husk
|
|
|
Filename:
|
ct/ct_husk/api/ctapi.hxx
|
|
|
Effect:
|
Changes model
|