DXF Import and Export Geometry
How to export geometries into a DXF file?
To write into a DXF file, supply a geometry or a list of geometries to the input of a FileWriter.FromGeometries
node and specify any file name with .dxf
extension.
How to import geometries from a DXF file?
To load a DXF file, use a FileLoader.FromPath
node exactly the same way you would load geometries from a DWG file. You can also use ObjectFilter
and ObjectSelector
nodes as you would normally do. And don’t forget to put theConvertToGeometries
node at the end of your chain!