API Reference > OdGe Classes > OdGeScale2d Class > OdGeScale2d Methods > OdGeScale2d::isEqualTo Method
OdGeScale2d::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdGeScale2d& scaleVec, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeScale2d& scaleVec 
[in] Any 2D 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.