visible property

visible property

The layer visibility indicator.

Remarks

The CAD drawing layers that are switched off or frozen are invisible. To render layers that are invisible, use CadOptions.layers option.

Definition:

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

See Also