RectangleD3DEdges Property |
Gets the edges of the rectange (first bottom edges, then the pillars, and then the top edges)
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<LineD3D> Edges { get; }
Property Value
IEnumerableLineD3D
The edges of the rectangle.
See Also