RectangleD3DPlanes Property |
Gets an enumeration of the planes of the faces of this rectangle (left, right, front, back, bottom, top).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<PlaneD3D> Planes { get; }
Property Value
IEnumerablePlaneD3D
The planes of this rectangle (left, right, front, back, bottom, top).
See Also