Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Merge elements via Python

#1
Hi everyone!

In RoboDk documentation there is a line:
Quote:Tip: It is possible to merge multiple objects in one by selecting two or more objects (holding Ctrl key), then, right click and select Merge.

Is it possbile to do the same with Python script?
I dug info in RoboDK documetnation, examples, robodk.py and robolink.py, searched on this forum, but found nothing about merging.
#2
It is currently not possible to merge 2 objects in 1 using the RoboDK API (such as the Python API).
#3
This feature has now been available for a while. I'm sorry I took so long to get back to you.

You can pass a list of items to merge using RDK.MergeItems:
https://robodk.com/doc/en/PythonAPI/robo...MergeItems
  




Users browsing this thread:
1 Guest(s)