API Reference > Other Classes > OdModelerTools Class > OdModelerTools Methods > OdModelerTools::getMaxPoint Method
OdModelerTools::getMaxPoint Method
Syntax
C++
virtual OdResult getMaxPoint(const OdModelerGeometry& object, const OdGeVector3d& direction, OdGePoint3d& maxPoint) = 0;
Parameters 
Description 
const OdModelerGeometry& object 
[in] The modeler geometry object.  
const OdGeVector3d& direction 
[in] The direction along which the extreme point is to be calculated.  
OdGePoint3d& maxPoint 
[out] Receives an extreme point on object along the direction in WCS.  

eOk if successful, or an appropriate error code if not.

Calculates the maximum point on the given modeler geometry object along a certain direction. 

 

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