GeometryGetMiddlePoint Method |
Get the midpoint between two points.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Point2d GetMiddlePoint(
Point2d point1,
Point2d point2
)
Public MustOverride Function GetMiddlePoint (
point1 As Point2d,
point2 As Point2d
) As Point2d
Parameters
- point1
- Type: RootPro.RootProCAD.GeometryPoint2d
The coordinates of the first point. - point2
- Type: RootPro.RootProCAD.GeometryPoint2d
The coordinates of the second point.
Return Value
Type:
Point2d Represents the midpoint between two points
Point2d.
See Also