Class pfcInclusionFlags
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 | |
true to export datums; false to skip export of datums.
| GetIncludeBlanked | () |
void | SetIncludeBlanked | |
true to export geometry on blanked layers; false to skip export of this geometry.
| GetIncludeFaceted | () |
void | SetIncludeFaceted | |
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.