Library | Module

Interface IpfcMFGOperCLExportInstructions



Description

Used to export from a manufacturing assembly a cutter location (CL) file for all the NC sequences in an operation.

Using this export class is equivalent to using the Manufacture > CL Data > Output > Operation option in Creo Parametric. For more information, refer to the Manufacturing section of the Creo Parametric help.
See Also:
IpfcMFGOperCLExportInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcMFGCLExportInstructions



Method Summary

FunctionCCpfcMFGOperCLExportInstructions.Create (FeatId as Long) as IpfcMFGOperCLExportInstructions
Creates a new instructions object used to export from a manufacturing assembly a cutter location (CL) file for all the NC sequences in an operation.



Method Detail


FunctionCCpfcMFGOperCLExportInstructions.Create (FeatId as Long) as IpfcMFGOperCLExportInstructions

Creates a new instructions object used to export from a manufacturing assembly a cutter location (CL) file for all the NC sequences in an operation.

Using this export class is equivalent to using the Manufacture > CL Data > Output > Operation option in Creo Parametric. For more information, refer to the Manufacturing section of the Creo Parametric help.

The return value must be passed to IpfcModel.Export() to produce the output file.
Parameters:
FeatId
The feature for which the CL file will be created
Returns:
The instructions object