omnimesh¶
OMNIMESH file format.
This module implements support for reading and writing of OMNIMESH mesh files.
- class omnimesh.Mesh(metadata_path: Path, metadata: dict)¶
OMNIMESH
- property bounding_max: List[float]¶
The maximum coordinates of a bounding box.
- property bounding_min: List[float]¶
The minimum coordinates of a bounding box.
- property format: str¶
The format of this file: OMNIMESH-1.0
- save_metadata()¶
Save the metadata to a file.
- property size_mm: List[float] | None¶
The physical size of the coordinates in millimeters.