Export DXF

Exports a set of points to a DXF file.

 

Input Arguments

 

0

File Path or Embedded File

DXF File Path

The path of the file to save.

1

Point Name Ref List

Point Names

A list of points to export to the DXF format.

Return Arguments

None.

 

Returned Status

 

SUCCESS

The file path is valid and the DXF file was successfully exported.

FAILURE

The file path is invalid or the points could not be found.

Remarks

This command supports both absolute paths (ex. C:\test.dxf ) and relative paths (ex. .\test.dxf ).