|
Action:
|
Removes a group entity and all
ATTRIB_SPAGROUPs of those entities attached to the group.
|
|
|
Prototype:
|
outcome api_ct_lose_group (
|
|
|
SPAGROUP* group,
|
// group to be removed
|
|
|
AcisOptions* ao = NULL
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "ct_husk/api/ctapi.hxx"
|
|
#include "ct_husk/classes/group.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
This API removes a group entity by removing all references (in the form of an
ATTRIB_SPAGROUP) to the group, and finally, the group entity itself.
|
|
|
Errors:
|
The pointer to a group is
NULL or does not point to a
SPAGROUP.
|
|
|
Library:
|
ct_husk
|
|
|
Filename:
|
ct/ct_husk/api/ctapi.hxx
|
|
|
Effect:
|
Changes model
|