Library | Module

Class pfcCATIAFacetsExportInstructions



Description

Used to export a part or assembly in CATIA format (as a faceted model).

Using this export class is equivalent to using the File > Export > Model > CATIA Out > To file option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric on-line help.
See Also:
pfcCATIAFacetsExportInstructions.Create(), pfcModel.Export()
Direct Parent Classes:
pfcCoordSysExportInstructions



Method Summary

static pfcCATIAFacetsExportInstructionsCreate ( /* optional */ string CsysName)
Creates a new instructions object used to export a part or assembly in CATIA format (as a faceted model).



Method Detail


static pfcCATIAFacetsExportInstructionsCreate ( /* optional */ string CsysName)

Creates a new instructions object used to export a part or assembly in CATIA format (as a faceted model).

Using this export class is equivalent to using the File > Export > Model > CATIA Out > To file option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric on-line help. This argument must be passed to pfcModel.Export() to produce an output file. Valid only for solid models.
Parameters:
CsysName
The name of a coordinate-system feature in the model being exported. It is recommended that you use a coordinate system that places the part or assembly in its upper-right quadrant, so that all position/distance values are positive. Allowed to be null if exporting as Slice
Returns:
The new instructions object