Library | Module

Interface IpfcDXFExportInstructions



Description

Used to export a drawing in DXF format.

Using this export class is equivalent to using the File > Save As > Export > DXF option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
IpfcDXFExportInstructions.Create(), IpfcModel.Export(), IpfcExport2DOption
Direct Parent Classes:
IpfcExportInstructions



Property Summary

PropertyOptionValueas IpfcExport2DOption [optional]
Used to set export sheet options. It is supported in Object TOOLKIT only



Method Summary

FunctionCCpfcDXFExportInstructions.Create () as IpfcDXFExportInstructions
Creates a new instructions object used to export a drawing in DXF format.



Property Detail


PropertyOptionValueas IpfcExport2DOption [optional]

Used to set export sheet options. It is supported in Object TOOLKIT only





Method Detail


FunctionCCpfcDXFExportInstructions.Create () as IpfcDXFExportInstructions

Creates a new instructions object used to export a drawing in DXF format.

Using this export class is equivalent to using the File > Save As > Export > DXF 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 export the dxf file. Valid only for 2-D models. Does not function in graphics mode.
Returns:
The new instructions object