C++
GE_DLLEXPIMPORT AcGeEntity3d& scaleBy( double scaleFactor, const AcGePoint3d& wrtPoint = AcGePoint3d::kOrigin );
Description
Scales the entity about the input point by the input scale factor. Input scale factor must be greater than 0.
Parameters
Parameters | Description |
---|---|
scaleFactor | Input amount by which entity is to be scaled |
wrtPoint | Input point about which entity is to be scaled |