Gets the surface normal at a number of 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 |
| points | Point3D[] | The array of points to return the normal at. For reliable results each point should lie on the surface. |
| normals | Vector3D[] | The output array of normals for each point on the surface. The length of this array will be the same as the length of the points array provided. |