Curve
 | 
| Name | Description | |
|---|---|---|
| GetDistanceTo(Curve3d) | Retrieves the distance of the closest points between this curve and the passed curve. | |
| GetDistanceTo(Point3d) | Retrieves the distance of the closest point on this curve and the specified point. | |
| GetDistanceTo(Curve3d, Tolerance) | Retrieves the distance of the closest points between this curve and the passed curve within a specified tolerance. | |
| GetDistanceTo(Point3d, Tolerance) | Retrieves the distance of the closest point on this curve and the specified point within a specified tolerance. |