Point3dDivideBy Method

Returns a new point as the result of dividing this point's coordinates by the specified value. No actual coordinates of this point are changed.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Point3d DivideBy(
        double value
)

Parameters

value
Type: SystemDouble
[in] Value by which coordinates of this point are divided.

Return Value

Type: Point3d
A resulting point created by the divide operation.
See Also

©  Bricsys NV. All rights reserved.