API Documentation > Interface Classes > Class pfcDXFExportInstructions
Class pfcDXFExportInstructions

# include <pfcModel.h>

class
pfcDXFExportInstructions
: public virtual
pfcExportInstructions
{
xdeclare(pfcDXFExportInstructions)
...
};
This is a
COMPACT class.

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:
Manual References:
Method Summary
Creates a new instructions object used to export a drawing in DXF format.
void
Used to set export sheet options. It is supported in Object TOOLKIT only
Methods Inherited from Class pfcExportInstructions::
Method Detail
GetOptionValue
()
void
SetOptionValue
Used to set export sheet options. It is supported in Object TOOLKIT only
Manual References:
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(xrstring, pfcExportInstructions_ptr) to export the dxf file. Valid only for 2-D models. Does not function in graphics mode.
Manual References:
Returns:
The new instructions object
Was this helpful?