MeshSimplifierGetSubMeshTriangles Method |
Returns the triangle indices for a specific sub-mesh.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int[] GetSubMeshTriangles(
int subMeshIndex
)
Parameters
- subMeshIndex Int32
- The sub-mesh index.
Return Value
Int32The triangle indices.
See Also