API Reference > OdGe Classes > OdGeNurbCurve3d Class > OdGeNurbCurve3d Methods > OdGeNurbCurve3d::makeRational Method
OdGeNurbCurve3d::makeRational Method
Syntax
C++
OdGeNurbCurve3d& makeRational(double weight = 1.0);
Parameters 
Description 
double weight = 1.0 
[in] Weight to be applied to each control point. 

Reference to this OdGeNurbCurve3d object.

Makes this spline rational (if it is not). 

 

If this spline was already rational, the weight at each control point is multiplied by the specified weight.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.