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

eOk if successful or an appropriate error code otherwise.

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

 

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