API Reference > OdDb Classes > OdDbNurbSurface Class > OdDbNurbSurface Methods > OdDbNurbSurface::isRational Method
OdDbNurbSurface::isRational Method
Syntax
C++
OdResult isRational(bool& bIsRational) const;
Parameters 
Description 
bool& bIsRational 
[out] A passed-in parameter for returning the indicator of whether the surface is rational.
 

Returns eOk if successful. If the surface doesn't contain any NURBS information, returns eFail.

Determines whether the surface is rational. If the surface is rational, the method returns true, otherwise the method returns false. 

 

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