normal property

normal property

Gets or sets the surface normal to the triangular facet.

Definition:

@property
def normal(self):
    ...
@normal.setter
def normal(self, value):
    ...

See Also