DXF requirements: Difference between revisions
mNo edit summary |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[DXF]] is a file format to exchange CAD data from Autodesk. It is the "open" variant of the "closed" DWG format, which is a proprietary binary format. AutoCAD can convert these formats to one another generally without loss of data. This file format can be used to import 2D [[spatial plan]]s. | |||
==AutoCAD drawing guidelines for importing DXF files into the {{software}}== | ==AutoCAD drawing guidelines for importing DXF files into the {{software}}== | ||
| Line 7: | Line 7: | ||
*'''Features in files must be geographic data.''' | *'''Features in files must be geographic data.''' | ||
It is common to add additional information in AutoCAD files for legends, cross-sections, compass roses, etc. | It is common to add additional information in AutoCAD files for legends, cross-sections, compass roses, etc. Exclude these elements, place them on separate layers, or position them outside the import area. Otherwise, a situation arises where the {{software}} may process these non-geographical information as if they were geographic objects. | ||
*'''Features in the drawing must have the correct draw order.''' | *'''Features in the drawing must have the correct draw order.''' | ||
| Line 17: | Line 17: | ||
In short, elements that are on the same level and that may overlap are loaded based on the draw order in AutoCAD. | In short, elements that are on the same level and that may overlap are loaded based on the draw order in AutoCAD. | ||
In the drawing below you see an example of a wrong draw order. The road can be seen above the trees. The {{software}} will load | In the drawing below you see an example of a wrong draw order. The road can be seen above the trees. The {{software}} will load the road after the trees, which may obscure them. A simple solution is to sort the path backwards in AutoCAD. | ||
[[File:CAD Draw Order.png|left|thumb|Example of wrong drawing order]] | [[File:CAD Draw Order.png|left|thumb|Example of wrong drawing order]] | ||
Latest revision as of 07:01, 8 July 2026
DXF is a file format to exchange CAD data from Autodesk. It is the "open" variant of the "closed" DWG format, which is a proprietary binary format. AutoCAD can convert these formats to one another generally without loss of data. This file format can be used to import 2D spatial plans.
AutoCAD drawing guidelines for importing DXF files into the Tygron Platform
- Files should preferably consist of hatches.
- Features in files must be geographic data.
It is common to add additional information in AutoCAD files for legends, cross-sections, compass roses, etc. Exclude these elements, place them on separate layers, or position them outside the import area. Otherwise, a situation arises where the Tygron Platform may process these non-geographical information as if they were geographic objects.
- Features in the drawing must have the correct draw order.
The different features must be logically drawn on top of each other. In this case, what you see is what you get. For example, a tree that has been drawn over a garden and can actually be seen in AutoCAD as a tree in the garden will be properly read by the Tygron Platform as one after the other.
This is the draw order determined in AutoCAD. This means that features can certainly overlap provided they come logically one after the other in the drawing.
In short, elements that are on the same level and that may overlap are loaded based on the draw order in AutoCAD.
In the drawing below you see an example of a wrong draw order. The road can be seen above the trees. The Tygron Platform will load the road after the trees, which may obscure them. A simple solution is to sort the path backwards in AutoCAD.
