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

Merge Curves

#1
Hi guys,
There is some way to merge curves efficiently? I am trying to join curves using the join option but the result is the following and it is not the desired one.


Attached Files Thumbnail(s)
   
#2
Can you share the RoboDK project file before you apply the merge operation?
#3
(10-24-2023, 05:55 PM)Albert Wrote: Can you share the RoboDK project file before you apply the merge operation?
I share the piece before merge the curves and one piece after the union, in the photo we can see that it generates random trajectories.


Attached Files Thumbnail(s)
   

.rdk   Union_curvas.rdk (Size: 659.37 KB / Downloads: 117)
#4
This has to do with the order of the segments inside the curve. When you merge a curve, it connects the end of segment N with the start of segment N+1. If the segments are not sorted before merging the curve, it will create non-desired trajectories. You might want to sort the segments so that the connections are done as intended.

You can use the Curve Utilities add-in to manipulate your curve in this way.

Using the "Simplify Curves" function deletes duplicate points, sorts, and merges curve segments automatically. You can see the results in the attached station. You can see other available options in the add-in settings.


Attached Files
.rdk   Union_curvas_RDK.rdk (Size: 660.65 KB / Downloads: 98)
  




Users browsing this thread:
1 Guest(s)