Click or drag to resize

CurveRebuild Method

Rebuild a curve with a specific point count.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public NurbsCurve Rebuild(
	int pointCount,
	int degree,
	bool preserveTangents
)

Parameters

pointCount
Type: SystemInt32
Number of control points in the rebuild curve.
degree
Type: SystemInt32
Degree of curve. Valid values are between and including 1 and 11.
preserveTangents
Type: SystemBoolean
If true, the end tangents of the input curve will be preserved.

Return Value

Type: NurbsCurve
A NURBS curve on success or null on failure.
See Also