| Library | Module | Frames | Expand |
| /* optional */ pfcExport2DOption | OptionValue | |
| Used to set export sheet options. It is supported in Object TOOLKIT only | ||
| static pfcDXFExportInstructions | Create () | |
| Creates a new instructions object used to export a drawing in DXF format. | ||
| /* optional */ pfcExport2DOption | OptionValue |
|
Used to set export sheet options. It is supported in Object TOOLKIT only |
| static pfcDXFExportInstructions | 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.
|