P_Rhino_Geometry_Collections_NurbsCurveKnotList_IsClampedStart - mcneel/rhinocommon-api-docs GitHub Wiki
Gets a value indicating whether or not the knot vector is clamped at the start of the curve. Clamped curves start at the first control-point. This requires fully multiple knots.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IsClampedStart { get; }VB
Public ReadOnly Property IsClampedStart As Boolean
GetType: Boolean
Supported in: 6.0.16224.21491, 5D58w
NurbsCurveKnotList Class
Rhino.Geometry.Collections Namespace