Determines the type of a PRC entity. More...
Functions | |
A3DStatus | A3DEntityGetType (const A3DEntity *pEntity, A3DEEntityType *peEntityType) |
Gets the actual type of the entity. More... | |
A3DBool | A3DEntityIsBaseWithGraphicsType (const A3DEntity *pEntity) |
Indicates whether an entity base type corresponds to the kA3DTypeRootBaseWithGraphics type enumeration. More... | |
A3DBool | A3DEntityIsBaseType (const A3DEntity *pEntity) |
Indicates whether an entity base type corresponds to the kA3DTypeRootBase type enumeration. More... | |
Determines the type of a PRC entity.
A3DStatus A3DEntityGetType | ( | const A3DEntity * | pEntity, |
A3DEEntityType * | peEntityType | ||
) |
Gets the actual type of the entity.
This function returns an integer that specifies an Entity type. The integer corresponds to one of the values described by the A3DEEntityType enumeration.
Indicates whether an entity base type corresponds to the kA3DTypeRootBaseWithGraphics type enumeration.
This function returns a value of TRUE
if an entity type is based on the abstract root type for a PRC entity that can represent graphic data. Such an abstract root type is identified by the kA3DTypeRootBaseWithGraphics type enumeration.
Indicates whether an entity base type corresponds to the kA3DTypeRootBase type enumeration.
This function returns a value of TRUE
if an entity type is based on the abstract root type for any PRC entity (with or without graphic data). Such an abstract root type is identified by the kA3DTypeRootBase type enumeration.