only_area property

only_area property

If this property is true , one Area will be output, and no scale will take effect.

Definition:

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

See Also