매운맛레몬
(매운맛레몬)
October 12, 2025, 3:09am
1
If I draw three lines like in example 1, how can I extract the inner offset line (the red line 7) inside the closed area and the separated outer lines (lines 1 to 6) like in example 2?
inno
October 12, 2025, 9:58am
5
Martin Siegrist:
The pipe trick😉
I still think about that at least once a week
Not much time nowadays but wanted to test an idea:
If this was a curve drawn by hand, the curve would go over the already drawn curve at an intersection.
The definition below uses pipes instead of offset. Since the larger diameter pipes are open surfaces they only subtract geometry from the initial pipe where they intersect and not where they are “co-axial” with the pipe.
[image]
[image]
[image]
offset_curve_with_gaps.gh (14.2 KB)
매운맛레몬
(매운맛레몬)
October 12, 2025, 10:27am
6
THanks! i havent thought like this…Oh