NurbsCurve.Evaluate

NurbsCurve.Evaluate method

Evaluate the NURBS curve

public Vector4[] Evaluate(int steps = 20)
ParameterTypeDescription
stepsInt32The evaluation frequency between two neighbor knots, default value is 20

Return Value

Points in the curve

See Also