Returns a vector normal to the surface.
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. |
Intent >surfaceNormalAtPoint(PProfile, Point(0, 0, 0)) -->Vector_(0.0, 0.0, 1.0, WorldFrame())