fibomat.from_file.dxf package# fibomat.from_file.dxf.shapes_from_dxf(file_path: str | Path) → List[Shape][source]# Reads a dxf file an convert the contained entities (shapes) to fibomat shapes. Note z components of all entities are ignored. Args:file_path (pathlib.Path): path to file Returns:List[Shape]