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?
Hi, I am trying to make a
RShape that is made of lines with different
strokeWeight overlapping or crossing. The reason behind it is that I just want one vector object when I export it, rather than lots of small vectors.
Adding
RShape objects seem to work, but when I try to vary the
strokeWeight, it does not change the stroke weight of lines. Could someone advise me how to achieve this?
Is there an easy way to sort TableRow classes by specifying a column index
(int) or title (String)? Or should I create a new class which implements Comparable?
StringLit, IntList, FloatList do sorting but how can I have the sorting result applied or reflected in the original Table object?