API Documentation > Interface Classes > Class pfcExport3DInstructions
Class pfcExport3DInstructions

# include <pfcExport.h>

class
pfcExport3DInstructions
: public virtual
pfcExportInstructions
{
xdeclare(pfcExport3DInstructions)
...
};
This is a
COMPACT class.

Description
This interface is used to export a solid model to a specified format. This interface is deprecated in Creo5.
Direct Known Subclasses:
Methods Inherited from Class pfcExportInstructions::
Method Summary
void
The configuration to use when exporting the model.
void
The geometry type(s) to export.
void
Flags indicating whether or not to include certain entities. If null, do not include these entities.
void
Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes.
void
The coordinate system used for the export. If null, the default model coordinate system is used.
void
Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation.
Method Detail
GetConfiguration
()
void
SetConfiguration
The configuration to use when exporting the model.
GetReferenceSystem
()
void
SetReferenceSystem
The coordinate system used for the export. If null, the default model coordinate system is used.
GetGeometry
()
void
SetGeometry
The geometry type(s) to export.
GetIncludedEntities
()
void
SetIncludedEntities
Flags indicating whether or not to include certain entities. If null, do not include these entities.
GetLayerOptions
()
void
SetLayerOptions
Object indicating the special instructions to follow when exporting layers. If null, layers will be exported without changes.
GetTriangulationOptions
()
void
SetTriangulationOptions
Object indicating the special instructions to follow when exporting to a faceted format. If null, export will be without triangulation.
Was this helpful?