Library | Module

Interface IpfcProgramExportInstructions



Description

Used to export a program file for a part or assembly, which can be edited to change the model.

Using this export class is equivalent to using the Program > Edit Design option in Creo Parametric. For more information, refer to the Core section of the Creo Parametric help.
Direct Parent Classes:
IpfcExportInstructions



Method Summary

FunctionCCpfcProgramExportInstructions.Create () as IpfcProgramExportInstructions
Creates a new instructions object used to export a program file for a part or assembly, which can be edited to change the model.



Method Detail


FunctionCCpfcProgramExportInstructions.Create () as IpfcProgramExportInstructions

Creates a new instructions object used to export a program file for a part or assembly, which can be edited to change the model.

Using this export class is equivalent to using the Program > Edit Design option in Creo Parametric. For more information, refer to the Core section of the Creo Parametric help.
The return value must be passed to IpfcModel.Export() to produce the output file.
Returns:
The instructions object