Join two arc to 1 arc

Join two arc to 1 arc

Anonymous
Not applicable
560 Views
1 Reply
Message 1 of 2

Join two arc to 1 arc

Anonymous
Not applicable

Hi All,

I am meetting 1 problem and hope everyone can help me. This is, i have 1 polyline it include: lines and 2 arc. And now. i want to join 2 this arc to 1 arc. I have asked this problem in this forum but i can't find the best answer. And now. i have attached image and file cad. Thanks everybody.

 

0 Likes
561 Views
1 Reply
Reply (1)
Message 2 of 2

SENL1362
Advisor
Advisor
if c1==c2 AND r1==r2 then
if pe1==ps2 then
ps2=ps1
arc1.remove
elseif pe2==ps1 then
...
else
// test overlapping arc's
endif
endif
0 Likes