Get the second derivative of the surface at the specified parameter position.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object. |
|
| Type | Description |
| boolean | Returns true if the second derivative was successfully returned. |
| Name | Type | Description |
| parameter | Point2D | The parameter position to get the surface second derivative at. The parameter position must be within the range of the parameter extents as verified by isParameterOnFace. |
| partialUU | Vector3D | The output second derivative UU partial vector at each parameter position specified. |
| partialUV | Vector3D | The output second derivative UV mixed partial vector at each parameter position specified. |
| partialVV | Vector3D | The output second derivative VV partial vector at each parameter position specified. |