Tool Import DXF Files
This tool imports DXF files using the free "dxflib" library. Get more information 
References
- Author: O.Conrad (c) 2007
 
- Menu: File|Shapes|Import
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Shapes (*) | Shapes list (optional output) | SHAPES | - | - | 
 | Tables (*) | Table list (optional output) | TABLES | - | - | 
| Options | File | File path | FILE | - | - | 
 | Import Filter | Choice | FILTER | - | Available Choices: [0] all entities [1] only entities with layer definition [2] only entities without layer definition Default: 1 | 
 | Circle Point Distance [Degree] | Floating point | DCIRCLE | - | Minimum: 0.010000 Maximum: 45.000000 Default: 5.000000 | 
| (*) optional | 
Command-line
Usage: saga_cmd io_shapes_dxf 0 [-SHAPES <str>] [-TABLES <str>] [-FILE <str>] [-FILTER <str>] [-DCIRCLE <double>]
  -SHAPES:<str>    	Shapes
	Shapes list (optional output)
  -TABLES:<str>    	Tables
	Table list (optional output)
  -FILE:<str>      	File
	File path
  -FILTER:<str>    	Import Filter
	Choice
	Available Choices:
	[0] all entities
	[1] only entities with layer definition
	[2] only entities without layer definition
	Default: 1
  -DCIRCLE:<double>	Circle Point Distance [Degree]
	Floating point
	Minimum: 0.010000
	Maximum: 45.000000
	Default: 5.000000