Skip to main content

Module mesh

Module mesh 

Source
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§

MeshBBox
An axis-aligned bounding box of a mesh.
MeshMetadata
Lightweight mesh metadata.

Functions§

extract
Extract mesh metadata for a tracked mesh format. Returns None for non-mesh formats or unparseable content.