API Reference > OdGe Classes > OdGeEntity3d Class > OdGeEntity3d Methods > OdGeEntity3d::scaleBy Method
OdGeEntity3d::scaleBy Method
Syntax
C++
OdGeEntity3d& scaleBy(double scaleFactor, const OdGePoint3d& basePoint = OdGePoint3d::kOrigin);
Parameters 
Description 
double scaleFactor 
[in] Scale Factor. Must be greater than 0.  
const OdGePoint3d& basePoint = OdGePoint3d::kOrigin 
[in] Basepoint. 

Scales this entity by the scale factor about the basepoint, and returns a reference to this entity. 

 

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