get_dxf_layers#

Q3d.get_dxf_layers(file_path: str) list[str][source]#

Read a DXF file and return all layer names.

Parameters:
file_pathstr

Full path to the DXF file.

Returns:
list

List of layers in the DXF file.