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:
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 |
| |
| |
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