API Documentation > Classes > Class pfcMFGFeatCLExportInstructions
Class pfcMFGFeatCLExportInstructions
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:
Direct Parent Classes:
User Guide References:
Method Summary
Create (number FeatId)
Creates a new instructions object used to export a cutter location (CL) file for one NC sequence in a manufacturing assembly.
Method Detail
Create
(number FeatId)
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 pfcModel.Export() to produce the output file.
Parameters:
FeatId
The feature for which the CL file will be created
Returns:
The instructions object
User Guide References:
Was this helpful?