recalculate_normal property

recalculate_normal property

Ignore the normal data that stored in STL file and recalculate the normal data based on the vertex position. Default value is false

Definition:

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

See Also