Reader_DXF#
- class zeroheliumkit.src.importing.Reader_DXF(filename: str)[source]#
Bases:
objectHelper class to import .dxf file into zhk dictionary.
- Parameters:
filename (str) – The name of the DXF file.
geometries (dict) – A dictionary containing the extracted geometries from the DXF file.
dxf (ezdxf.DXFDocument) – The DXF document object.
NOTE: currently Arcs are not supported, and points will be ignored
Methods
convert_dxf2shapely(dxfentity_list)Converts dxf entity into a Shapely MultiPolygon.
import2zhk()Attributes
filenamegeometriesdxf