DXF: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Line 71: Line 71:
{{article end
{{article end
| notes=
| notes=
* Due to the generally large number of features, it is advised to use a [[Geo Plugin]] to match [[function]]s to features in the ''Assign Function'' step of the [[Geo Data Wizard]].
* Due to the generally large number of features, it is advised to use a [[Geo Plugin]] to match [[function]]s to features in the ''Assign Function'' step of the [[Geo Data Wizard]]. This is especially useful when the DXF's layers and blocks use standardized names and attributes, such that you can reuse the GeoPlugin in multiple projects.
| howtos=
| howtos=
*[[How to import a DXF]]
*[[How to import a DXF]]

Revision as of 16:58, 11 January 2023

DXF[1] 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.

DXF file data

A DXF file is subdivided in several sections. The sections in this file that we inspect are:

  • HEADER: contains location and scaling information
  • GEODATA: contains geo-location information
  • TABLES: containing definitions of layers
  • ENTITIES: containing 2 and 3 dimensional shapes
  • BLOCKS: containing 2 and 3 dimension shapes, reusable using INSERTS in ENTITIES.

Layers

In the DXF file, entities are always assigned to one particular layer. In AutoCAD, layers can be turned on and off. This visibility does not influence whether or not the entities in this layer can be imported. Layers also have a visualization color, which will be set for blocks and entities belonging to that layer when they do not have a color definition themselves.

Entities

DXF shapes.png

Currently, the following Autodesk CAD shape types are supported for entities and blocks:

  • LWPOLYLINES (2 dimensional line strings), including bulges.[2]
  • LINE (single lines).[3]
  • POLYLINE (3 dimensional line strings), currently only interpreted as 2 dimensional. The z-coordinate is ignored.[4]
  • HATCH (polygonal data constructed using other boundary entities).[5]
  • CIRCLE: full and partial circles, given a center point, radius and start and end angle.[6]
  • ELLIPSE: full and partial ellipses, given a center point, major and minor axis, rotation and start and end angle.[7]
  • ARC: curved lines given a center point and a radius.[8]
  • VERTEX: 2 dimensional point.[9]
  • POINT: Same as vertex, but 3 dimensional. Currently only interpreted as 2 dimensional. The z-coordinate is ignored.[10]
  • SPLINE: 2 dimensional Control point splines are currently supported.[11] Fit point splines are currently not supported.
  • INSERT: Predefined BLOCKS inserted at a point and with a rotation and a scale.[12]

Blocks

Blocks (BLOCKS) are parts in a CAD drawing that can be reused multiple times by inserting them at different locations with optional alternative rotations and scales. The usage of blocks in a DXF is supported.[13]

Blocks can consist of shapes similar as to those definable in entities, including the insertion (INSERT) of other blocks. Each of these shapes can belong to a different layer. BLOCKS can also have attribute defined (ATTDEF) for them. These attributes can contain any string value.

Each block is converted to one or more unique feature(s). Features within a block are kept separate when they belong to different layers. For example, a house block can consist of:

  • A shape for the back garden, in layer garden;
  • A shape for the front garden, in layer garden;
  • A shape for the garden shed, in layer sheds or housing;
  • A shape or block of the garage, in layer garage or housing;
  • A shape for the parking lane, in layer private parking, parking or pavement
  • An inserted block for the house itself, in layer housing, where the inserted house block:
    • Has a rectangular shape that can be re-scaled for each insert into a parent block and also is in layer housing.
    • Has attribute definitions describing for example:
      • the floor height;
      • amount of floors;
      • the slanted roof height;
      • the amount of units in the building, or the unit size;



Line stiching

Not all lines are drawn as closed lines, even though they look closed visually. For example, splines have been encountered that look closed from far away but are actually overlapping. For lines that overlap between start and end point, a line-closing-algorithm will be executed.

Lines to Multi-Polygons

Shapes within a layer can be subtracted from each other, without the requirement of hatching the shape. For example, multiple line rings are drawn within each other. By subtracting these correctly, multi-polygons can be created with the expected inside and outside.

Colors

Colors can be defined per layer and per entity. Two types of colors are currently supported:

  • Indexed colors[14], where certain integer values represent RGB codes according to a mapping specified for AutoCAD.
  • True colors[15], where an integer is used for the concatenated byte (256) numbers for the red, green and blue channel.

Notes

  • Due to the generally large number of features, it is advised to use a Geo Plugin to match functions to features in the Assign Function step of the Geo Data Wizard. This is especially useful when the DXF's layers and blocks use standardized names and attributes, such that you can reuse the GeoPlugin in multiple projects.

How-to's

References

  1. DXF ∙ Found at: https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-D4242737-58BB-47A5-9B0E-1E3DE7E7D647 ∙ (last visited: 28-11-2022)
  2. LWPOLYLINES ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/AutoCAD-Core/files/GUID-392BF13C-D9E7-47A8-8E07-435296332279-htm.html ∙ (last visited: 26-9-2022)
  3. LINE ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/AutoCAD-Core/files/GUID-DB0FA734-8F5C-4000-92FF-89BA2D42CA21-htm.html ∙ (last visited: 26-9-2022)
  4. POLYLINE ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/AutoCAD-Core/files/GUID-392BF13C-D9E7-47A8-8E07-435296332279-htm.html ∙ (last visited: 26-9-2022)
  5. HATCH ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2023/ENU/AutoCAD-Core/files/GUID-27C104F2-B687-4025-B50B-A58E37329832-htm.html?us_oa=akn-us&us_si=8126699c-9f97-4fa3-9b23-fa556e058edb&us_st=Hatch ∙ (last visited: 26-9-2022)
  6. CIRCLE ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/AutoCAD-Core/files/GUID-EDC69C38-6651-46DA-AFCC-56F2EB0A6AC6-htm.html ∙ (last visited: 26-9-2022)
  7. ELLIPSE ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/AutoCAD-Core/files/GUID-2461D382-B7E5-44B3-A34C-735CE0089C8D-htm.html ∙ (last visited: 26-9-2022)
  8. ARC ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/AutoCAD-Core/files/GUID-C78378FD-4704-4D0A-9D86-82FCBB118097-htm.html ∙ (last visited: 26-9-2022)
  9. VERTEX ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2023/ENU/AutoCAD-Core/files/GUID-84591B48-71B9-4258-B287-CD2391C946D2-htm.html ∙ (last visited: 26-9-2022)
  10. POINT ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2023/ENU/AutoCAD-Core/files/GUID-3F5861A1-9A63-42A6-8F12-3395771BAA6D-htm.html?us_oa=akn-us&us_si=cd548ae9-dde6-4a75-bb71-c74923034ef2&us_st=Point ∙ (last visited: 26-9-2022)
  11. SPLINE ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2023/ENU/AutoCAD-Core/files/GUID-58316136-30EB-499C-ACAD-31D0C653B2B2-htm.html ∙ (last visited: 26-9-2022)
  12. INSERT ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2023/ENU/AutoCAD-Core/files/GUID-BC0FD3C1-3BFC-4C5D-AB9A-BF480D5084BE-htm.html ∙ (last visited: 26-9-2022)
  13. BLOCKS ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2023/ENU/AutoCAD-Core/files/GUID-7410E7FB-3E0D-4411-B8F6-DBD59C71E87D-htm.html ∙ (last visited: 26-9-2022)
  14. AutoCAD Color Index (ACI) RGB equivalents ∙ Found at: https://gohtx.com/acadcolors.php ∙ (last visited: 26-9-2022)
  15. AutoCAD True Color ∙ Found at: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2023/ENU/AutoCAD-Core/files/GUID-BE316D65-8824-4114-8D7D-D02AE8BDAB70-htm.html ∙ (last visited: 28-11-2022)