Click or drag to resize

RectangleD3DEdges Property

Gets the edges of the rectangle (first bottom edges, then the pillars, and then the top edges).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<LineD3D> Edges { get; }

Property Value

IEnumerableLineD3D
See Also