change_net_visibility# Modeler3DLayout.change_net_visibility(assignment=None, visible=False)[source]# Change the visibility of one or more nets. Parameters: assignmentstr or list, optionalOne or more nets to visualize. The default is None. If no nets are provided all the nets in the design will be selected. visiblebool, optionalWhether to make the selected nets visible. The default value is False. Returns: boolTrue when successful, False when failed. References >>> oEditor.SetNetVisible