API Reference > OdGe Classes > OdGeScale3d Class > OdGeScale3d Methods > OdGeScale3d::isEqualTo Method
OdGeScale3d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeScale3d& scaleVec, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeScale3d& scaleVec 
[in] Any 3D scale vector to be compared with this scale vector.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if scaleVec is identical to this one, within the specified tolerance. 

 

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