Click or drag to resize

NurbsCurveFitParametersMinimumPointCountForDegree Method

Give a degree and periodic setting, determine the minimum point count.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static int MinimumPointCountForDegree(
	int degree,
	bool bClosed,
	bool bSubDFriendly
)

Parameters

degree
Type: SystemInt32
Degree of output NURBS curve.
bClosed
Type: SystemBoolean
True if the output NURBS curve will be closed.
bSubDFriendly
Type: SystemBoolean
True if the output NURBS curve will be SubDFriendly.

Return Value

Type: Int32
Minimum permitted point count.
See Also