M_Rhino_Geometry_Collections_NurbsSurfaceKnotList_KnotMultiplicity - mcneel/rhinocommon-api-docs GitHub Wiki
Get knot multiplicity.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int KnotMultiplicity(
int index
)
VB
Public Function KnotMultiplicity (
index As Integer
) As Integer
- index
- Type: System.Int32
Index of knot to query.
Type: Int32
The multiplicity (valence) of the knot.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurfaceKnotList Class
Rhino.Geometry.Collections Namespace