Click or drag to resize

RectangleD3DPlanes Property

Gets an enumeration of the planes of the faces of this rectangle (left, right, front, back, bottom, top).

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

Property Value

IEnumerablePlaneD3D
The planes of this rectangle (left, right, front, back, bottom, top).
See Also