unite#
- Modeler3D.unite(assignment: list, purge: bool = False, keep_originals: bool = False) str | bool#
Unite objects from a list.
- Parameters:
- Returns:
strThe united object that is the first in the list.
References
>>> oEditor.Unite
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.unite(assignment="Box1")