TriangleMesh.nodeIndices Property
Parent Object: TriangleMeshDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshData/TriangleMesh.h>
Description
Returns an array of indices that define which nodes are used for each triangle. This is used to look-up the coordinates in the NodeCoordinates array to get the three coordinates of each triangle.
Syntax
"triangleMesh_var" is a variable referencing a TriangleMesh object. |
