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] A passed-in parameter for returning the indicator of whether the ModelerGeometry object is rational.
 

Returns eOk if successful.

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

 

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