Module Import DXF Files
This module imports DXF files using the free "dxflib" library. Get more information about this library from the RibbonSoft homepage at:
http://www.ribbonsoft.com/dxflib.html
- Author: (c) 2007 by O.Conrad
 
- Specification: grid
 
- Menu: File|Shapes|Import
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Output | Shapes (*) | Shapes list (optional output) | SHAPES | - | - | 
 | Tables (*) | Shapes 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 <str>]
  -SHAPES:<str> 	Shapes
	Shapes list (optional output)
  -TABLES:<str> 	Tables
	Shapes 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:<str>	Circle Point Distance [Degree]
	Floating point
	Minimum: 0.010000
	Maximum: 45.000000
	Default: 5.000000