wall_thickness property

wall_thickness property

Gets or sets the thickness of the wall.

Definition:

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

See Also