![]() |
open_iA
2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Functions | |
| int | readSTLFile (QString const &filename, std::vector< iAtriangle * > &stlMesh, std::vector< iAVec3f * > &vertices, iAaabb &box) |
| Load mesh from stl file by its file name. More... | |
| int readSTLFile | ( | QString const & | filename, |
| std::vector< iAtriangle * > & | stlMesh, | ||
| std::vector< iAVec3f * > & | vertices, | ||
| iAaabb & | box | ||
| ) |
Load mesh from stl file by its file name.
| filename | file name of stl file |
| stlMesh | the triangles of the mesh |
| vertices | the vertices of the mesh |
| box | the bounding box of the mesh |
< loaded mesh's scale coefficient
< loaded mesh's axes offsets
< reader used to load mesh from stl file
1.8.16