Point3D.AreEqual Method

Compares two 3D points in the given domain.
Public Shared Function AreEqual( _ 
ByVal p1 As Point3D, _ 
ByVal p2 As Point3D, _ 
ByVal domainSize As Double
) As Boolean
This language is not supported or no code example is available.
public static bool AreEqual( 
Point3D p1
Point3D p2
double domainSize 
)
This language is not supported or no code example is available.

Parameters

p1
Point3D

First point

p2
Point3D

Second point

domainSize
double

The 3D diagonal length of your model.

Return Value

bool

True if the two point are coincident, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition