move#
- Points3dLayout.move(location) bool#
Move actual point to new location.
- Parameters:
- location
List New point location.
- location
- Returns:
- bool
Trueif the point was moved to the new location.
Examples
>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Points3dLayout >>> obj = Points3dLayout() >>> obj.move(location=1)