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