Gets the surface normal at a point 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 |
point | Point3D | The point to return the normal at. For reliable results the point should lie on the surface. |
normal | Vector3D | The output normal for the point on the surface. |