Description
Returns 3d point that is the result of scaling this point with respect to the input point by the scale factor.
C#
public Point3d ScaleBy( double scaleFactor, Point3d centerPoint );
Visual Basic
Public Function ScaleBy( scaleFactor As double, centerPoint As Point3d ) As Point3d
Parameters
| Parameters | Description |
|---|---|
| double scaleFactor | Input scale factor |
| Point3d centerPoint | Input center of scaling |