RhinoCommon API
CurveIsSubDFriendly Property |
Returns true if the curve is a cubic, non-rational, uniform NURBS curve that is either periodic or has natural end conditions.
Othewise, false is returned.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

Property Value
Type: Boolean
A "natural" spline has zero 2nd derivatives (and hence zero curvature) at the start and end.
A "periodic" spline has unclampled periodic knots and periodic control points.
