Library | Module

Class pfcInclusionFlags



Description

This interface contains flags used to indicate if certain geometry should be exported.
See Also:
pfcACIS3DExportInstructions, pfcCATIAModel3DExportInstructions, pfcIGES3DNewExportInstructions, pfcSTEP3DExportInstructions, pfcVDA3DExportInstructions



Property Summary

booleanIncludeBlanked
true to export geometry on blanked layers; false to skip export of this geometry.
booleanIncludeDatums
true to export datums; false to skip export of datums.
booleanIncludeFaceted
 



Method Summary

static pfcInclusionFlagsCreate ()
Creates a new object used to indicate whether geometry should be included during export of a model.



Property Detail


booleanIncludeBlanked

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




booleanIncludeDatums

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




booleanIncludeFaceted

 





Method Detail


static pfcInclusionFlagsCreate ()

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