Library | Module

Interface IpfcIGESFileExportInstructions



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:
IpfcIGESFileExportInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcExportInstructions



Method Summary

FunctionCCpfcIGESFileExportInstructions.Create () as IpfcIGESFileExportInstructions
Creates a new instructions object used to export a drawing in IGES format.



Method Detail


FunctionCCpfcIGESFileExportInstructions.Create () as IpfcIGESFileExportInstructions

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 IpfcModel.Export() to produce the output file. Does not function in graphics mode.
Returns:
The instructions object