|
Action:
|
Deletes the facets from all the faces within a lump.
|
|
|
Prototype:
|
outcome api_delete_lump_facets (
|
|
|
LUMP* lump,
|
// lump to delete facets
|
|
|
AcisOptions* ao = NULL
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "faceter/api/af_api.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/top/lump.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Errors:
|
Pointer to lump is
NULL or not to a
LUMP.
|
|
|
Library:
|
faceter
|
|
|
Filename:
|
fct/faceter/api/af_api.hxx
|
|
|
Effect:
|
Changes model
|