move#

Points3dLayout.move(location) bool#

Move actual point to new location.

Parameters:
locationList

New point location.

Returns:
bool

True if 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)