visible property

visible property

Gets or sets a value indicating whether this CadBaseEntity is visible.

Definition:

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

See Also