Share

Point3d.IsEqualTo(Point3d, Tolerance) Method

Description

Checks if this point is within the distance tolerance.equalPoint() from the point a.

Returns true if the condition is met; otherwise, returns false.

Visual Basic

Public Function IsEqualTo(
    point As Point3d, 
    tolerance As Tolerance
) As bool

C#

public bool IsEqualTo(
    Point3d point, 
    Tolerance tolerance
);

Parameters

Parameters Description
Point3d point Input object to check against
Tolerance tolerance Input tolerance value

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?