API Documentation > Classes > Interface IpfcIGES3DExportInstructions
Interface IpfcIGES3DExportInstructions
Description
Used to export a part or assembly in IGES format.
This interface has been deprecated, use IpfcIGES3DNewExportInstructions for more export options.
Using this export class is equivalent to using the File > Export > Model > IGES option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
Direct Parent Classes:
User Guide References:
Method Summary
Function
Creates a new instructions object used to export a part or assembly in IGES format.
Method Detail
Function
CCpfcIGES3DExportInstructions.Create
Creates a new instructions object used to export a part or assembly in IGES format.
This method has been deprecated, use IpfcIGES3DNewExportInstructions.Create() for more export options.
Using this export class is equivalent to using the File > Export > Model > 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.
Parameters:
Flags
A IpfcGeomExportFlags object that specifies extend-surface and Bezier settings.
Returns:
The instructions object
Was this helpful?