Copy Objects - Point to Point Delta

Copies one or more objects, translates them based on a delta between two points, and places the copies in a specific collection.

 

Input Arguments

 

0

Collection Object Name Ref List

Objects to Copy

A list of the objects to copy.

1

Point Name

First Delta Point

A point defining the start of the translation vector.

2

Point Name

Second Delta Point

A point defining the end of the translation vector.

3

Collection Name

Destination Collection Name (optional)

The name of the collection into which to place the copied objects.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The object(s) were copied successfully.

PARTIAL SUCCESS

At least one (but not all) of the specified objects to copy were found.

FAILURE

No specified objects to copy were found, or the first/second delta point was not found.

 

Remarks

If the destination collection is left blank, copies will be placed in the active collection. If the destination collection is specified and does not exist, it will be created for you.