API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::isPeriodicInU Method
OdModelerGeometry::isPeriodicInU Method
Syntax
C++
virtual OdResult isPeriodicInU(bool& bIsPeriodic) const = 0;
Parameters 
Description 
bool& bIsPeriodic 
[out] Passed-in parameter for returning the indicator of whether the ModelerGeometry object is periodic in the U direction. bIsPeriodic is true if the ModelerGeometry object is periodic in the U direction, otherwise it is false.
 

eOk if successful or an appropriate error code otherwise.

Determines whether the ModelerGeometry object is periodic in the U direction. 

 

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