fibomat.from_file.dxf package¶
- fibomat.from_file.dxf.shapes_from_dxf(file_path: Union[str, pathlib.Path]) List[fibomat.shapes.shape.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]