Eyeshot 10 WinForms API Reference
AreEqual Method (Point3D)

WinForms Assembly > devDept.Geometry Namespace > Point3D Class : AreEqual Method
First point
Second point
The 3D diagonal length of your model.
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

Reference

Point3D Class
Point3D Members