API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::isPeriodicInV Method
OdModelerGeometry::isPeriodicInV Method
Syntax
C++
virtual OdResult isPeriodicInV(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 v direction. bIsPeriodic is equal to true if the ModelerGeometry object is periodic in the v direction, otherwise it is equal to false.
 

Returns eOk if successful.

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

 

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