move#

Modeler2D.move(objid, vector)[source]#

Move objects from a list.

Parameters:
objidlist, Position object

List of object IDs.

vectorlist

Vector of the direction move. It can be a list of the [x, y, z] coordinates or a Position object.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.Move