Calculates the normal vector to the selected Face. The Point is a point of the Face, where the Normal should be calculated.
TUI Command: geompy.GetNormal(Face, OptionalPoint = None), where Face is the face to define normale of and OptionalPoint is the point to compute the normal at. If the point is not given, the normale is calculated at the center of mass.
See also a TUI example.