SurfaceEvaluator.GetCurvatures Method
Parent Object: SurfaceEvaluatorDescription
Calculates the curvature direction and magnitude of the curve at the given parameter values.
Syntax
SurfaceEvaluator.GetCurvatures( Params() As Double, MaxTangents() As Double, MaxCurvatures() As Double, MinCurvatures() As Double )Parameters
Name | Type | Description |
Params | Double | Input/output array of Doubles that specifies the parameters. |
MaxTangents | Double | Output Double array that returns the maximum curvature direction vector at each specified parameter point. |
MaxCurvatures | Double | Output Double array that returns the maximum curvature value at each specified parameter point. |
MinCurvatures | Double | Output Double array that returns the minimum curvature value at each specified parameter point. |