Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeEntity2d::scaleBy Method
Syntax
C++
OdGeEntity2d& scaleBy(double scaleFactor, const OdGePoint2d& basePoint = OdGePoint2d::kOrigin);

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

 

Parameters
Description
scaleFactor
[in] Scale Factor. The scale factor must be greater than zero.
basePoint
[in] Basepoint.
Copyright © 2002-2022. Open Design Alliance All rights reserved.