visible property

visible property

Gets or sets if the geometry is visible

Definition:

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

See Also