clone_object
Duplicate a 3D object to a new location in the scene by specifying source and target paths, with optional position offset.
Instructions
Duplicate an existing object to a new prim path.
Args: source_path: Prim path of the object to clone. target_path: Prim path for the cloned object. position: [x, y, z] position for the clone. Keeps original position if not set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | ||
| target_path | Yes | ||
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |