thickness property

thickness property

Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. Read/write int.

Definition:

@property
def thickness(self):
    ...

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

See Also