rotate#
- ModelerNexxim.rotate(assignment: list, degrees: int = 90) bool#
Rotate the selections by degrees.
- Parameters:
- assignment
list List of the selections.
- degrees
optional Angle rotation in degrees. The default is
90.
- assignment
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.Rotate
Examples
>>> from ansys.aedt.core.modeler.schematic import ModelerNexxim >>> obj = ModelerNexxim() >>> obj.rotate(assignment="Box1")