Skip to content

M_Rhino_Geometry_Collections_NurbsSurfaceKnotList_KnotMultiplicity

Will Pearson edited this page Aug 12, 2016 · 2 revisions

NurbsSurfaceKnotList.KnotMultiplicity Method

Get knot multiplicity.

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

Syntax

C#

public int KnotMultiplicity(
	int index
)

VB

Public Function KnotMultiplicity ( 
	index As Integer
) As Integer

Parameters

 

index
Type: System.Int32
Index of knot to query.

Return Value

Type: Int32
The multiplicity (valence) of the knot.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurfaceKnotList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally