y_dim property

y_dim property

Gets or sets the extent of the rectangle in the direction of y-axis Default value is 2.0

Definition:

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

See Also