Click or drag to resize

RectangleD3DVertices Property

Gets the vertices in binary order (x: 0th digit, y: 1st digit, z: 2nd digit).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<PointD3D> Vertices { get; }

Property Value

IEnumerablePointD3D
The vertices.
See Also