API Documentation > Classes > Interface IpfcInclusionFlags
Interface IpfcInclusionFlags
Description
This interface contains flags used to indicate if certain geometry should be exported.
See Also:
Property Summary
Property
as Boolean
true to export geometry on blanked layers; false to skip export of this geometry.
Property
as Boolean
true to export datums; false to skip export of datums.
Property
as Boolean
Method Summary
Function
Creates a new object used to indicate whether geometry should be included during export of a model.
Property Detail
Property
IncludeBlanked
as Boolean
true to export geometry on blanked layers; false to skip export of this geometry.
Property
IncludeDatums
as Boolean
true to export datums; false to skip export of datums.
Property
IncludeFaceted
as Boolean
Method Detail
Function
CCpfcInclusionFlags.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.
Was this helpful?