API Documentation > Classes > Class pfcDXFExportInstructions
Class pfcDXFExportInstructions
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:
Direct Parent Classes:
User Guide References:
Property Summary
/* optional */ pfcExport2DOption
Used to set export sheet options. It is supported in Object TOOLKIT only
Method Summary
Creates a new instructions object used to export a drawing in DXF format.
Property Detail
/* optional */ pfcExport2DOption
OptionValue
Used to set export sheet options. It is supported in Object TOOLKIT only
Method Detail
Create
()
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 pfcModel.Export() to export the dxf file. Valid only for 2-D models. Does not function in graphics mode.
Returns:
The new instructions object
User Guide References:
Was this helpful?