Click or drag to resize

SweepPath3DGetPoint Method

Gets the point at the specified index.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD3D GetPoint(
	int idx
)

Parameters

idx  Int32
The index of the point to retrieve.

Return Value

PointD3D
The PointD3D at the specified index.

Implements

IPolylineD3DGetPoint(Int32)
See Also