API Documentation > Classes > Class pfcExport3DInstructions
Class pfcExport3DInstructions
Description
This interface is used to export a solid model to a specified format. This interface is deprecated in Creo5.
Direct Parent Classes:
Direct Known Subclasses:
User Guide References:
Property Summary
The configuration to use when exporting the model.
The geometry type(s) to export.
/* optional */ pfcInclusionFlags
Flags indicating whether or not to include certain entities. If null, do not include these entities.
/* optional */ pfcLayerExportOptions
Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes.
/* optional */ pfcSelection
The coordinate system used for the export. If null, the default model coordinate system is used.
Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation.
Property Detail
The configuration to use when exporting the model.
The geometry type(s) to export.
/* optional */ pfcInclusionFlags
IncludedEntities
Flags indicating whether or not to include certain entities. If null, do not include these entities.
/* optional */ pfcLayerExportOptions
LayerOptions
Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes.
/* optional */ pfcSelection
ReferenceSystem
The coordinate system used for the export. If null, the default model coordinate system is used.
TriangulationOptions
Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation.
Was this helpful?