API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::getParameterOfPoint Method
OdModelerGeometry::getParameterOfPoint Method
Syntax
C++
virtual OdResult getParameterOfPoint(const OdGePoint3d& point, double& dU, double& dV) const = 0;
Parameters 
Description 
const OdGePoint3d& point 
[in] A point on the ModelerGeometry object.  
double& dU 
[in] A passed-in parameter for returning the value of the u parameter.  
double& dV 
[in] A passed-in parameter for returning the value of the v parameter.
 

Returns eOk if successful or an appropriate error code in the other case.

Returns the u and v parameter for a point on this ModelerGeometry object. 

 

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