move#
- ModelerNexxim.move(assignment: list, offset: list, units: str = None) bool#
Move the selections by the specified
[x, y]coordinates.- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.Move
Examples
>>> from ansys.aedt.core.modeler.schematic import ModelerNexxim >>> obj = ModelerNexxim() >>> obj.move(assignment="Box1", offset="1mm")