Get the curvature value at a parameter position on the curve.
"curveEvaluator3D_var" is a variable referencing a CurveEvaluator3D object.
|
|
Type | Description |
boolean | Returns true if the curvature was successfully returned. |
Name | Type | Description |
parameter | double | The parameter position to return the curvature information at. This value must be within the range of the parameter extents as provided by getParameterExtents. |
direction | Vector3D | The output direction of the curvature at the position on the curve. |
curvature | double | The output magnitude of the curvature at the position on the curve. |