API Documentation > Interface Classes > Class pfcInclusionFlags
Class pfcInclusionFlags

# include <pfcExport.h>

class
pfcInclusionFlags
: public virtual
xobject
{
xdeclare(pfcInclusionFlags)
...
};
This is a
COMPACT class.

Description
This interface contains flags used to indicate if certain geometry should be exported.
See Also:
User Guide References:
Method Summary
Creates a new object used to indicate whether geometry should be included during export of a model.
void
true to export geometry on blanked layers; false to skip export of this geometry.
void
true to export datums; false to skip export of datums.
void
Method Detail
GetIncludeDatums
()
void
SetIncludeDatums
(xbool value)
true to export datums; false to skip export of datums.
GetIncludeBlanked
()
void
SetIncludeBlanked
(xbool value)
true to export geometry on blanked layers; false to skip export of this geometry.
GetIncludeFaceted
()
void
SetIncludeFaceted
(xbool value)
Create
()
Creates a new object used to indicate whether geometry should be included during export of a model.
See Also:
User Guide References:
Returns:
The new inclusion flags object.
Was this helpful?