hoops_ai.cadaccess.HOOPSMesh
- class hoops_ai.cadaccess.HOOPSMesh(brep)
Bases:
MeshAccess- Parameters:
brep (Any)
- vertexIndicesPerTriangle(face_index)
Returns the vertex indices of triangles in a face.
The first three indices make the first triangle of face f, second group of 3 makes the second triangle and so on.
Obtain the coordinate and normal using the vertexCoordinatesArray and vertexNormalsArray.