Click or drag to resize

SolidIcoSphereTriangleIndicesForPolyhedron Property

Gets the triangle indices for the polyhedral representation.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<Tuple<int, int, int>> TriangleIndicesForPolyhedron { get; }

Property Value

IEnumerableTupleInt32, Int32, Int32
See Also