bbalbastre
(B. Balbastre)
October 9, 2023, 12:46pm
1
Hi everyone,
I am trying to split a brep into smaller ones. To do that I use SPLIT BREP MULTIPLE.
It is a very simple operation but something is wrong and I am not getting what I expect. Can anyone take a look at that? @Quan_Li
Surafec Split Problem.gh (7.9 KB)
Regards
bbalbastre
(B. Balbastre)
October 9, 2023, 12:53pm
3
Wow…
Is it possible to find a solution without using plugins? If not I will definitely use that!
Is that a bug?
Quan_Li
(Quan Li)
October 9, 2023, 1:00pm
4
If a plugin can do that and the native one can not, I guess we could call it a bug.
1 Like
bbalbastre
(B. Balbastre)
October 9, 2023, 1:06pm
5
Thanks you the help! I found this post when the problem was solved with a C# component
like this it works fine:
BrepCut_csrep.gh (900.5 KB)
I’ve seen the same problem and wasn’t really able to find the problem with the existing element. However, using c# and making them breps works fine.
I am not sure if it has to do with the fact that you plugged “surface” and “geometry base” to the element as it requires breps. Usually it gets converted automatically, but I don’t know more about it and this problem is indeed very suspicious. I got a working solution for you, but didn’t find t…
Thanks again