User's Guide > Interface > Exporting 3D Geometry
Exporting 3D Geometry
Creo Object TOOLKIT C++ allows you to export three dimensional geometry to various formats.
Export Instructions
Methods Introduced:
From 5.0 F000 onward, the following interfaces along with their methods have been deprecated. Use the method pfcModel::ExportIntf3D instead to export Creo+ 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+. Refer to the Creo+ 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+ model to the specified output format using the default export profile. The export options must be set using the export profile option in Creo+.
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+ 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+ 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.
Was this helpful?