|
|
@ -1,12 +1,12 @@
|
|
|
|
"""Extract points from a dxf file, and save in csv format
|
|
|
|
"""Extract points from a dxf file, and save in csv format
|
|
|
|
|
|
|
|
|
|
|
|
usage:
|
|
|
|
Usage:
|
|
|
|
dxf_to_csv.py [-h] [-n LAYER_NAME] [-l] dxf_name
|
|
|
|
dxf_to_csv.py [-h] [-n LAYER_NAME] [-l] dxf_name
|
|
|
|
|
|
|
|
|
|
|
|
positional arguments:
|
|
|
|
Positional arguments:
|
|
|
|
dxf_name path to dxf file
|
|
|
|
dxf_name path to dxf file
|
|
|
|
|
|
|
|
|
|
|
|
optional arguments:
|
|
|
|
Optional arguments:
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
-n LAYER_NAME name of layer
|
|
|
|
-n LAYER_NAME name of layer
|
|
|
|
-l show list of layers
|
|
|
|
-l show list of layers
|
|
|
|