surfaceNormalAtPoint()

Synopsis

Returns a vector normal to the surface.

Syntax

surfaceNormalAtPoint ( Surface As Part, _
                       Point As Point ) As Vector 
Argument Type Description
Surface part The surface for which the normal vector is desired.
Point point The point at which the vector is computed. Must be a point on the surface.

Example 1

Intent >surfaceNormalAtPoint(PProfile, Point(0, 0, 0)) 
-->Vector_(0.0, 0.0, 1.0, WorldFrame())