Description:

Clamps ends and adds knots so the NURBS curve has Bezier spans (all distinct knots have multiplicity = degree).

Syntax:
public bool MakePiecewiseBezier(
bool setEndWeightsToOne
)
Parameters:
  • setEndWeightsToOne
  • Type: bool
  • If True and the first or last weight is not one, then the first and last spans are re-parameterized so that the end weights are one.
Returns:
Type: bool
True on success, False on failure.
Available since:
5.0

/
/
/
MakePiecewiseBezier

MakePiecewiseBezier method

Class:  Rhino.Geometry.NurbsCurve

Nothing found