PrimitiveGeometryObject::GetPrimitiveFlags
Defined in:
Returns the primitive geometry flags.
C4Primitives.h
Prototype
uint32 GetPrimitiveFlags(void) const;
Description
The GetPrimitiveFlags
function returns the primitive geometry flags, which can be a combination (through logical OR) of the following constants.
kPrimitiveEndcap |
The primitive should be built with endcaps, if applicable. |
kPrimitiveInvert |
The primitive should be built inverted. |
See Also