Forum archiveIssue archiveOther usage issues

Archived discussion

BRepFeat_SplitShape with multiple wires

Other usage issuesThu, 10/01/2015 - 14:452 replies

Browse this forum
QuestionAuthor

Is it possible to use BRepFeat_SplitShape functionality with more then one (intersecting) edge/wire? See the attached picture.

Archived image: external image

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Dear Istvan,

Yes, it is possible.
But all intersections must be resolved beforehand by splitting wires so that they contained a common vertex at intersection point.

Best regards

FSR

02Author

I see, so I have to generate a topologically valid wire set from the edges, right? Is there any framework for that, or I have to implement it?