Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / AreEqual Method
First point
Second point
The 3D diagonal length of your model.

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

    Parameters

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

    Return Value

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