duplicate#

Modeler3DLayout.duplicate(assignment, count, vector)[source]#

Duplicate one or more elements along a vector.

Parameters:
assignmentlist

List of elements to duplicate.

countint
vectorlist

List of [x,y] coordinates for the direction vector.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.Duplicate