Point.IsEqualTo Method
Parent Object: PointDescription
Compares this point for equality with the specified point.
Syntax
Point.IsEqualTo( Point As Point, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Point | Point | Input Point object that specifies the coordinate to compare. |
Tolerance | Double | Input Double that specifies the tolerance to be used when determining whether the points are equal. This is an optional argument whose default value is 0.0. |
Samples
Name | Description |
Create a 3D sketch dimension | This sample demonstrates the creation of a 3d sketch line and a dimension between the start and the end points of the line. |