Get the curvature values at a parameter positions on the surface.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object. |
|
| Type | Description |
| boolean | Returns true if the curvature was successfully returned. |
| Name | Type | Description |
| parameter | Point2D | The parameter positions to return curvature information at. |
| maxTangent | Vector3D | The output directions of maximum curvature at the position on the surface. |
| maxCurvature | double | The output magnitude of the maximum curvature at the position on the surface. |
| minCurvature | double | The output magnitude of the minimum curvature at the position on the surface. The minimum curvature direction is perpendicular to the maximum curvature tangent directions. |