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