API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::isRational Method
OdModelerGeometry::isRational Method
Syntax
C++
virtual OdResult isRational(bool& bIsRational) const = 0;
Parameters 
Description 
bool& bIsRational 
[out] Passed-in parameter for returning the indicator of whether the ModelerGeometry object is rational.
 

eOk if successful or an appropriate error code otherwise.

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

 

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