Creates a DXFFlatPatternExport object that's used to export a flat pattern in DXF format. Creation of the DXFFlatPatternExport object does not perform the export. You must call the execute method. You can change any additional settings by setting properties on the returned object before calling the execute method.
"exportManager_var" is a variable referencing an ExportManager object.
|
"exportManager_var" is a variable referencing an ExportManager object.
|
Type | Description |
DXFFlatPatternExportOptions | The created DXFFlatPatternExport object or null if the creation failed. |
Name | Type | Description |
filename | string | The filename of the DXF file to be created. |
flatPattern | FlatPattern | The FlatPattern object to export. |