Get the third 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 third derivative was successfully returned. |
Name | Type | Description |
parameter | Point2D | The parameter position to get the surface third derivative at. The parameter position must be within the range of the parameter extents as verified by isParameterOnFace. |
partialUUU | Vector3D | The output third derivative UUU partial vector at each parameter position specified. |
partialVVV | Vector3D | The output third derivative VVV partial vector at each parameter position specified. |