thickness property

thickness property

Gets or sets the thickness of the constant wall.

Definition:

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

See Also