offset_bottom property

offset_bottom property

Gets or sets the vertices transformation offset of the bottom side.

Definition:

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

See Also