Library | Module

Interface IpfcMFGFeatCLExportInstructions



Description

Used to export a cutter location (CL) file for one NC sequence in a manufacturing assembly.

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



Method Summary

FunctionCCpfcMFGFeatCLExportInstructions.Create (FeatId as Long) as IpfcMFGFeatCLExportInstructions
Creates a new instructions object used to export a cutter location (CL) file for one NC sequence in a manufacturing assembly.



Method Detail


FunctionCCpfcMFGFeatCLExportInstructions.Create (FeatId as Long) as IpfcMFGFeatCLExportInstructions

Creates a new instructions object used to export a cutter location (CL) file for one NC sequence in a manufacturing assembly.

Using this export class is equivalent to using the Manufacture > CL Data > Output > NC Sequence 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