x_dim property

x_dim property

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

Definition:

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

See Also