mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
13 lines
774 B
Plaintext
13 lines
774 B
Plaintext
v.in.dxf
|
|
Converts files in DXF format to GRASS vector map format.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFile|input|Name of input DXF file|QgsProcessingParameterFile.File|dxf|None|False
|
|
QgsProcessingParameterString|layers|List of layers to import|None|False|True
|
|
QgsProcessingParameterBoolean|-e|Ignore the map extent of DXF file|True
|
|
QgsProcessingParameterBoolean|-t|Do not create attribute tables|False
|
|
QgsProcessingParameterBoolean|-f|Import polyface meshes as 3D wire frame|True
|
|
QgsProcessingParameterBoolean|-l|List available layers and exit|False
|
|
QgsProcessingParameterBoolean|-i|Invert selection by layers (don't import layers in list)|False
|
|
QgsProcessingParameterBoolean|-1|Import all objects into one layer|True
|
|
QgsProcessingParameterVectorDestination|output|Converted
|