offset_top property

offset_top property

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

Definition:

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

See Also