NurbsCurveMakePiecewiseBezier Method |
Clamps ends and adds knots so the NURBS curve has bezier spans
(all distinct knots have multiplitity = degree).
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool MakePiecewiseBezier(
bool setEndWeightsToOne
)
Public Function MakePiecewiseBezier (
setEndWeightsToOne As Boolean
) As Boolean
Parameters
- setEndWeightsToOne
- Type: SystemBoolean
If true and the first or last weight is not one, then the first and
last spans are reparameterized so that the end weights are one.
Return Value
Type:
Booleantrue on success, false on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also