User's Guide > Interface > Exporting 3D Geometry > Export Instructions
Export Instructions
Methods and Properties 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.
Export3DInstructions
ACIS3DExportInstructions
CATIAModel3DExportInstructions
CATIASession3DExportInstructions
CatiaPart3DExportInstructions
CatiaProduct3DExportInstructions
CatiaCGR3DExportInstructions
DXF3DExportInstructions
DWG3DExportInstructions
IGES3DNewExportInstructions
JT3DExportInstructions
ParaSolid3DExportInstructions
STEP3DExportInstructions
SWPart3DExportInstructions
SWAsm3DExportInstructions
UG3DExportInstructions
VDA3DExportInstructions
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.
Was this helpful?