Get the first 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 first derivative was successfully returned. |
| Name | Type | Description |
| parameter | Point2D | The parameter positions to get the surface first derivative at. The parameter position must be within the range of the parameter extents as verified by isParameterOnFace. |
| partialU | Vector3D | The output first derivative U partial vector at the parameter position specified. |
| partialV | Vector3D | The output first derivative V partial vector at the parameter position specified. |