NurbsCurve.Rational

NurbsCurve.Rational property

Gets or sets whether it is rational, this value indicates whether this NurbsCurve is rational spline or non-rational spline. Non-rational B-spline is a special case of rational B-splines.

public bool Rational { get; set; }

Property Value

true if it’s rational spline; otherwise, false is a non-rational spline.

See Also