I've got 1 closed wire and 2 opened wires (as shown at pic2)
Thank you.
Discussion
2 archived replies
Posts are displayed in their archived order.
01Commenter-1
Hi,
The solution is Boolean operation (General Fuse: https://www.opencascade.com/doc/occt-7.0.0/overview/html/occt_user_guide...) and then proper iterating your fused wires (e.g. with left-turn rule). Not sure if left turn is available in OpenCascade (there is something similar at BRepFeat_SplitShape and also in shape healing), but this is something you can develop from scratch.
02Commenter-2
Hi Author !
Have you found any proper solution to achieve your goal ?