Point2d.IsEqualTo Method
Parent Object: Point2dDescription
Compares this point for equality with the specified point.
Syntax
Point2d.IsEqualTo( Point As Point2d, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Point | Point2d | Input Point2d object that specifies the coordinate to compare. |
Tolerance | Double | Optional input Double that specifies the tolerance to be used when determining whether the points are equal. If not specified the internal tolerance used by Inventor is used. This is an optional argument whose default value is 0.0. |