NurbsCurveHasBezierSpans Property |
Returns true if the NURBS curve has Bezier spans (all distinct knots have multiplicity = degree)
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool HasBezierSpans { get; }
Public ReadOnly Property HasBezierSpans As Boolean
Get
Property Value
Type:
Boolean
See Also