change_net_visibility#
- Modeler3DLayout.change_net_visibility(assignment: str | list = None, visible: bool = False) bool#
Change the visibility of one or more nets.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.SetNetVisible
Examples
>>> from ansys.aedt.core.modeler.pcb.primitives_3d_layout import Primitives3DLayout >>> obj = Primitives3DLayout() >>> obj.change_net_visibility(assignment="Box1", visible=True)