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