Gets the surface normal at a number of parameter positions on the surface.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object.
|
|
Type | Description |
boolean | Returns true if the normals were successfully returned. |
Name | Type | Description |
parameters | Point2D[] | The array of parameter positions to return the normal at. Each parameter position must be with the range of the parameter extents as verified by isParameterOnFace. |
normals | Vector3D[] | The output array of normals for each parameter position on the surface. The length of this array will be the same as the length of the parameters array provided. |