Curve2dEvaluator.GetCurvature Method
Parent Object: Curve2dEvaluatorDescription
Calculates the curvature direction and magnitude of the curve at the given parameter values.
Syntax
Curve2dEvaluator.GetCurvature( Params() As Double, Directions() As Double, Curvatures() As Double )Parameters
Name | Type | Description |
Params | Double | Input/output array of Doubles that specifies the parameters. |
Directions | Double | Input/output Double that specifies the directions of the curvatures. |
Curvatures | Double | Input/output Double that specifies the curvature. |