IIndexedTriangleBufferTriangleCount Property |
Gets the number of triangles (the number of indices is 3 times the number of triangles).
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax int TriangleCount { get; }
Property Value
Int32
Number of triangles (the number of indices is 3 times the number of triangles).
See Also