Method ProjectOnCurve
ProjectOnCurve(uint, Point3, double)
project a point to a curve
Declaration
[HandleProcessCorruptedStateExceptions]
public double ProjectOnCurve(uint curve, Point3 point, double precision = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | curve | The curve |
| Point3 | point | The point to project |
| double | precision | Projection precision |
Returns
| Type | Description |
|---|---|
| double |