unite#

Modeler3DLayout.unite(assignment: str | list) bool#

Unite objects from names.

Parameters:
assignmentlist

List of objects to unite.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.Unite

Examples

>>> from ansys.aedt.core.modeler.modeler_pcb import Modeler3DLayout
>>> obj = Modeler3DLayout()
>>> obj.unite(assignment="Box1")