wall_thickness property

wall_thickness property

The thickness between the boundary of the rectangle and the inner hole

Definition:

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

See Also