Click or drag to resize

SweepPath3DPoints Property

Gets the points that define the sweep path.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IList<PointD3D> Points { get; }

Property Value

IListPointD3D
See Also