Point3dScaleBy Method

Scales this point by the scale factor about the specified point.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Point3d ScaleBy(
        double scaleFactor,
        Point3d centerPoint
)

Parameters

scaleFactor
Type: SystemDouble
[in] Scale factor.
centerPoint
Type: Teigha.GeometryPoint3d

Return Value

Type: Point3d
3D point that is the result of the scale operation.
See Also

©  Bricsys NV. All rights reserved.