SweepPath3DAddPoint Method |
Adds a point to the sweep path and sets whether the transition to the next point is sharp.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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