Calculates the parameter value on the surface that is equal to the specified point. The point must lie on the surface.
| Name | Type | Description |
| Points | Double | Input/output double that specifies the points. |
| GuessParams | Double | Input array of parameter points that are an initial guess to optimize the calculation. |
| MaxDeviations | Double | Output array of Doubles that returns the maximum deviation achieved from the input points. |
| Params | Double | Input/output array of Doubles that specifies the parameters. |
| SolutionNatures | SolutionNatureEnum | Output SolutionNatureEnum that returns the nature of the solution found. |