Exporting 3D Geometry
Creo Object TOOLKIT C++ allows you to export three dimensional geometry to various formats.
Export Instructions
Methods Introduced:
From
Creo Parametric 5.0 F000 onward, the following interfaces along with their methods have been deprecated. Use the method
pfcModel::ExportIntf3D instead to export
Creo Parametric models to other file formats. All the options that can be set with these interfaces and methods, can also be set using the export profile option in
Creo Parametric. Refer to the
Creo Parametric Data Exchange Online Help for more information.
• pfcExport3DInstructions
• pfcACIS3DExportInstructions
• pfcCATIAModel3DExportInstructions
• pfcCATIASession3DExportInstructions
• pfcCatiaPart3DExportInstructions
• pfcCatiaProduct3DExportInstructions
• pfcCatiaCGR3DExportInstructions
• pfcDXF3DExportInstructions
• pfcDWG3DExportInstructions
• pfcIGES3DNewExportInstructions
• pfcJT3DExportInstructions
• pfcParaSolid3DExportInstructions
• pfcSTEP3DExportInstructions
• pfcSWPart3DExportInstructions
• pfcSWAsm3DExportInstructions
• pfcUG3DExportInstructions
• pfcVDA3DExportInstructions
The method
pfcModel::ExportIntf3D exports a
Creo Parametric model to the specified output format using the default export profile. The export options must be set using the export profile option in
Creo Parametric.
The method
pfcBaseSession::ExportProfileLoad loads the specified profile for export. You can use this function when you want to use the export profile of your choice instead of the default export profile in a particular
Creo Parametric session. The input argument
ProfileFile is the full path to the profile along with the profile name and extension.
|
|
Once the export profile file is loaded in a Creo Parametric session, it will be active in the interactive mode as well.
|
The method
pfcTriangulationInstructions::Create creates a object that will be used to define the parameters for faceted exports.