Share

Point2d.IsEqualTo Method

Parent Object: Point2d

Description

Compares this point for equality with the specified point.

Syntax

Point2d.IsEqualTo( Point As Point2d, [Tolerance] As Double ) As Boolean

Parameters

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.

Version

Introduced in version 2008

Was this information helpful?