Click or drag to resize

SweepPath3DAddPoint Method

Adds a point to the sweep path and sets whether the transition to the next point is sharp.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void AddPoint(
	PointD3D point,
	bool isNextTransitionSharp
)

Parameters

point  PointD3D
The point to add.
isNextTransitionSharp  Boolean
True if the transition to the next point is sharp; otherwise, false.
See Also