Expand description
Lightweight metadata for triangle-mesh formats (STL, OBJ).
Like the STEP scanner, this does not interpret geometry deeply — it just
surfaces cheap, useful figures (triangle/vertex counts and a bounding box)
for show, log and the metadata diff.
Structs§
- MeshB
Box - An axis-aligned bounding box of a mesh.
- Mesh
Metadata - Lightweight mesh metadata.
Functions§
- extract
- Extract mesh metadata for a tracked mesh format. Returns
Nonefor non-mesh formats or unparseable content.