Curve
|
| Name | Description | |
|---|---|---|
| IsOn(Double) | Checks whether a specified parameter value is within a valid parametric range of the curve. | |
| IsOn(Point2d) | Checks whether a specified point lies on this curve. | |
| IsOn(Double, Tolerance) | Checks whether a specified parameter value is within a parametric range of the curve. | |
| IsOn(Point2d, Double) | Checks whether a specified point lies on this curve. | |
| IsOn(Point2d, Tolerance) | Checks whether a specified point lies on this curve within specified tolerance. | |
| IsOn(Point2d, Double, Tolerance) | Checks whether a specified point lies on this curve. |