get_dxf_layers# Q2d.get_dxf_layers(file_path: str) → list[str][source]# Read a DXF file and return all layer names. Parameters: file_pathstrFull path to the DXF file. Returns: listList of layers in the DXF file.