Hi, I am trying to achieve the "unite" function in Pathfinder of Adobe Illustrator to draw lines of different stroke weight and stroke joint, then get a union of shapes. In illustrator, I would expand the strokes first to outline, and unite them in
Pathfinder.
One easy
work around is just to draw the lines with a specific color, export as a pdf and use the illustrator to select and unite them....
but how can I achieve this in Processing sketch?
So far, I tried using
Geomerative library to union
RShapes. The union works well with primitive shapes, such as rectangle and circle, but I get odd shapes when I get
RShape from
RPath with stroke setting and get a union....
This seems something easy to achieve to
novice, but is it something difficult to achieve?
Any advice would be appreciated.
1