Merging Lines

Forums: 

Hi,

in my object some lines are split, is there any way to merge them?

in the BREP file I see following information:

0101000
+112 337 -114 337 *
Ve
0.026123457593336
85.576660296393712 -80.905599939576518 -8.200000000000315
0 0

0101101
*
Ed
0.026121794010250 1 1 0
1 14 0 0.418991761247878 7.782420000000000
0

0101000
+110 337 -112 337 *
Ve
0.026123458618536
84.664663019120368 -80.905598000000097 -8.200000000000257
0 0

0101101
*
Ed
0.026121794010248 1 1 0
1 15 0 1.564989245430642 2.476986710729037
0

So it's a combo Vertex / Edge / Vertex / Edge, can anyone give me a hint how to properly remove the unwanted edges?

Attachments: 
Mikhail Sazonov's picture

Try using the algorithm ShapeUpgrade_UnifySameDomain.

Markus R.'s picture

Thank you for your reply.