LineGeometry.SmoothNurbSpline Method
Returns an approximation of a NURB spline generated from the points in the LineGeometry.
SmoothNurbSpline(System.Double maxAngle, System.Double minSegmentLength)
Returns an approximation of a NURB spline generated from the points in the LineGeometry.Syntax
public LineGeometry SmoothNurbSpline (
System.Double maxAngle,
System.Double minSegmentLength
)
Parameters
The maximum angle, in radians, between two segments in the result.
The minimum length of the segments in the result. Unit: same as the coordinates of the line geometry.
Return Value
A line geometry that is the approximation of a NURB spline.
Remarks
The generated spline will not pass through the control points.
The maxAngle value can be exceeded to keep the length of each segment greater than or equal to minSegmentLength.
Platforms
Windows, Linux, Android