API Documentation > Classes > Class pfcInclusionFlags
Class pfcInclusionFlags
Description
This interface contains flags used to indicate if certain geometry should be exported.
See Also:
User Guide References:
Property Summary
boolean
true to export geometry on blanked layers; false to skip export of this geometry.
boolean
true to export datums; false to skip export of datums.
boolean
Method Summary
Creates a new object used to indicate whether geometry should be included during export of a model.
Property Detail
boolean
IncludeBlanked
true to export geometry on blanked layers; false to skip export of this geometry.
boolean
IncludeDatums
true to export datums; false to skip export of datums.
boolean
IncludeFaceted
Method Detail
Create
()
Creates a new object used to indicate whether geometry should be included during export of a model.
See Also:
Returns:
The new inclusion flags object.
User Guide References:
Was this helpful?