Curve2dEvaluator.GetPointAtParam Method
Parent Object: Curve2dEvaluatorDescription
Calculates the coordinate points at the given parameter values on the curve.
Syntax
Curve2dEvaluator.GetPointAtParam( Params() As Double, Points() As Double )Parameters
Name | Type | Description |
Params | Double | Input/output array of Doubles that specifies the parameters. |
Points | Double | Input/output double that specifies the points. |