Click or drag to resize

IIndexedTriangleBufferTriangleCount Property

Gets the number of triangles (the number of indices is 3 times the number of triangles).

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
int TriangleCount { get; }

Property Value

Int32
Number of triangles (the number of indices is 3 times the number of triangles).
See Also