 |
PK_PART_delete_attribs_o_t |
|
struct PK_PART_delete_attribs_o_s
{
int o_t_version; --- version number of option structure
PK_CLASS_t entity_class; --- class of entity from which to delete
--- attributes (PK_CLASS_entity)
};
typedef struct PK_PART_delete_attribs_o_s PK_PART_delete_attribs_o_t;
This structure contains optional arguments for 'PK_PART_delete_attribs'.
Specific Errors:
PK_ERROR_bad_class (MILD) entities of 'entity_class' cannot own
attributes
Used in:
PK_PART_delete_attribs
Description of fields:
'entity_class' Only those attributes attached to entities belonging to
this class can be deleted. If this is a superclass, all
its subclasses are included, e.g. PK_CLASS_geom includes
all lattice, surface, curve and point entities.
The default value is PK_CLASS_entity.