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):
...
Gets or sets a value indicating whether this CadBaseEntity
is visible.
@property
def visible(self):
...
@visible.setter
def visible(self, value):
...