API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::getPeriodInV Method
OdModelerGeometry::getPeriodInV Method
Syntax
C++
virtual OdResult getPeriodInV(double& dPeriod) const = 0;
Parameters 
Description 
double& dPeriod 
[out] Passed-in parameter for returning the period value in the V direction.
 

eOk if successful or an appropriate error code otherwise.

Returns the period value in the V direction for the ModelerGeometry object. Returned value is valid only if the ModelerGeometry object is periodic in the V direction. 

 

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