Library | Module

Class pfcIGESFileExportInstructions



Description

Used to export a drawing in IGES format.

Using this export class is equivalent to using the File > Save As > Export > IGES option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
pfcIGESFileExportInstructions.Create(), pfcModel.Export()
Direct Parent Classes:
pfcExportInstructions



Method Summary

static pfcIGESFileExportInstructionsCreate ()
Creates a new instructions object used to export a drawing in IGES format.



Method Detail


static pfcIGESFileExportInstructionsCreate ()

Creates a new instructions object used to export a drawing in IGES format.

Using this export class is equivalent to using the File > Save As > Export > IGES option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.

The return value must be passed to pfcModel.Export() to produce the output file. Does not function in graphics mode.
Returns:
The instructions object