load_wavefront
Short description
Created on Mon May 23 17:00:59 2022
@author: Moritz
- pyrid.geometry.load_wavefront.load_compartments(path)[source]
Reads an .obj file.
- Parameters
- pathstring
Directory path to the obj file.
- Returns
- tuple(float64[:,3], int64[:,3], dict())
vertices, triangles, compartments
- Raises
- NotImplementedError (just an example)
Brief explanation of why/when this exception is raised