M_Rhino_Geometry_Collections_NurbsCurveKnotList_SuperfluousKnot - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsCurveKnotList.SuperfluousKnot Method

Computes the knots that are superfluous because they are not used in NURBs evaluation. These make it appear so that the first and last curve spans are different from interior spans. http://wiki.mcneel.com/developer/onsuperfluousknot

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double SuperfluousKnot(
	bool start
)

VB

Public Function SuperfluousKnot ( 
	start As Boolean
) As Double

Parameters

 

start
Type: System.Boolean
true if the query targets the first knot. Otherwise, the last knot.

Return Value

Type: Double
A component.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsCurveKnotList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️