unite#
- Modeler3DLayout.unite(assignment: str | list) bool#
Unite objects from names.
- Parameters:
- assignment
list List of objects to unite.
- assignment
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.Unite
Examples
>>> from ansys.aedt.core.modeler.modeler_pcb import Modeler3DLayout >>> obj = Modeler3DLayout() >>> obj.unite(assignment="Box1")