Library | Module

Interface IpfcInclusionFlags



Description

This interface contains flags used to indicate if certain geometry should be exported.
See Also:
IpfcACIS3DExportInstructions, IpfcCATIAModel3DExportInstructions, IpfcIGES3DNewExportInstructions, IpfcSTEP3DExportInstructions, IpfcVDA3DExportInstructions



Property Summary

PropertyIncludeBlankedas Boolean
true to export geometry on blanked layers; false to skip export of this geometry.
PropertyIncludeDatumsas Boolean
true to export datums; false to skip export of datums.
PropertyIncludeFacetedas Boolean
 



Method Summary

FunctionCCpfcInclusionFlags.Create () as IpfcInclusionFlags
Creates a new object used to indicate whether geometry should be included during export of a model.



Property Detail


PropertyIncludeBlankedas Boolean

true to export geometry on blanked layers; false to skip export of this geometry.




PropertyIncludeDatumsas Boolean

true to export datums; false to skip export of datums.




PropertyIncludeFacetedas Boolean

 





Method Detail


FunctionCCpfcInclusionFlags.Create () as IpfcInclusionFlags

Creates a new object used to indicate whether geometry should be included during export of a model.
See Also:
IpfcModel.Export(), IpfcExport3DInstructions
Returns:
The new inclusion flags object.