Class pfcExport3DInstructions
Description
This interface is used to export a solid model to a specified format. This interface is deprecated in Creo5.
Direct Known Subclasses:
pfcSTEP3DExportInstructions,
pfcVDA3DExportInstructions,
pfcIGES3DNewExportInstructions,
pfcCATIAModel3DExportInstructions,
pfcACIS3DExportInstructions,
pfcDXF3DExportInstructions,
pfcDWG3DExportInstructions,
pfcCATIASession3DExportInstructions,
pfcJT3DExportInstructions,
pfcUG3DExportInstructions,
pfcParaSolid3DExportInstructions,
pfcCatiaPart3DExportInstructions,
pfcCatiaProduct3DExportInstructions,
pfcCatiaCGR3DExportInstructions,
pfcSWPart3DExportInstructions,
pfcSWAsm3DExportInstructions 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.