Library | Module

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:
pfcDXFExportInstructions.Create(), pfcModel.Export(), pfcExport2DOption
Direct Parent Classes:
pfcExportInstructions



Property Summary

/* optional */ pfcExport2DOptionOptionValue
Used to set export sheet options. It is supported in Object TOOLKIT only



Method Summary

static pfcDXFExportInstructionsCreate ()
Creates a new instructions object used to export a drawing in DXF format.



Property Detail


/* optional */ pfcExport2DOptionOptionValue

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





Method Detail


static pfcDXFExportInstructionsCreate ()

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