Gets the surface normal at a parameter position on the surface.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object. |
|
| Type | Description |
| boolean | Returns true if the normal was successfully returned. |
| Name | Type | Description |
| parameter | Point2D | The parameter position to return the normal at. The parameter position must be with the range of the parameter extents as verified by isParameterOnFace. |
| normal | Vector3D | The output normal for the parameter position on the surface. |