Library | Module

Interface IpfcSTEPExportInstructions



Description

Used to export a part or assembly in STEP format.

This interface has been deprecated, use IpfcSTEP3DExportInstructions for more export options.

Using this export class is equivalent to using the File Export STEP option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
IpfcModel.Export()
Direct Parent Classes:
IpfcGeomExportInstructions



Method Summary

FunctionCCpfcSTEPExportInstructions.Create (Flags as IpfcGeomExportFlags) as IpfcSTEPExportInstructions
Creates a new instructions object used to export a part or assembly in STEP format.



Method Detail


FunctionCCpfcSTEPExportInstructions.Create (Flags as IpfcGeomExportFlags) as IpfcSTEPExportInstructions

Creates a new instructions object used to export a part or assembly in STEP format.

This method has been deprecated, use IpfcSTEP3DExportInstructions.Create() for more export options.

Using this export class is equivalent to using the File > Export > STEP 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 new instructions object