GeometryIsPointEquals Method |
Determine if the two coordinates can be considered identical.
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 bool IsPointEquals(
Point2d point1,
Point2d point2
)
Public MustOverride Function IsPointEquals (
point1 As Point2d,
point2 As Point2d
) As Boolean
Parameters
- point1
- Type: RootPro.RootProCAD.GeometryPoint2d
Coordinate 1. - point2
- Type: RootPro.RootProCAD.GeometryPoint2d
Coordinate 2.
Return Value
Type:
Boolean true if the two coordinates can be considered identical. Otherwise false.
See Also