Click or drag to resize

RectangleD3DEdges Property

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

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

Property Value

IEnumerableLineD3D
The edges of the rectangle.
See Also