C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

PrimitiveGeometryObject::GetPrimitiveFlags

Defined in:  C4Primitives.h
Returns the primitive geometry flags.
Prototype

unsigned_int32 GetPrimitiveFlags(voidconst;

Description
The GetPrimitiveFlags function returns the primitive geometry flags, which can be a combination (through logical OR) of the following values.
kPrimitiveEndcap The primitive should be built with endcaps, if applicable.
kPrimitiveInvert The primitive should be built inverted.
See Also

PrimitiveGeometryObject::SetPrimitiveFlags