Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / AreEqual2D Method
First point
Second point
The 2D diagonal length of your model.

In This Topic
    AreEqual2D Method
    In This Topic
    Compares two 2D points in the given domain.
    Syntax
    'Declaration
     
    Public Shared Function AreEqual2D( _
       ByVal p1() As Double, _
       ByVal p2() As Double, _
       ByVal domainSize As Double _
    ) As Boolean
    public static bool AreEqual2D( 
       double[] p1,
       double[] p2,
       double domainSize
    )

    Parameters

    p1
    First point
    p2
    Second point
    domainSize
    The 2D diagonal length of your model.

    Return Value

    True if the two point are coincident, false otherwise.
    See Also