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] A passed-in parameter for returning the indicator of whether the ModelerGeometry object is periodic in the u direction. bIsPeriodic is equal to true if the ModelerGeometry object is periodic in the u direction, otherwise it is equal to false.
 

Returns eOk if successful.

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

 

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