Mesh self-intersections

Hi Guys,

I often use meshlab filters in my workflows to remove self-intersections. Their self-intersection selection tool is very powerful when used with Rhino’s Fill mesh holes. I was wondering if anyone ever tried to call meshlab from Rhino/grasshopper or if there is a similar solution in Rhino or GH to select self-intersecting faces and delete them? Thanks in advance for any help!

Best Regards,
Kevin

You could try the TestCullClashingMeshFaces command in Rhino. It does not autocomplete (@dalelear can tell why) but it works.

Thanks,

Giulio


Giulio Piacentino
for Robert McNeel & Associates
giulio@mcneel.com

4 Likes

Kevin

If you are familiar with coding (C#) you can do this:

Stuff like this is used , say, for checking self ccx events in case of offset (grey Mesh) etc etc:

1 Like

I’m having trouble finding this command in Rhino 6, am i doing sth wrong?

Hi - the command is a “test command” and, because of that, won’t autocomplete on the command line and is not found in toolbars, …

You need to type the entire command TestCullClashingMeshFaces - or just copy-paste it from here.
-wim

Hi Pfotiad0,

Unfortunately, I am not proficient in C# could you share this as a component?

Many Thanks,
Kevin

Practise is closed (have no idea how long) and I don’t have this particular C# at home. That said what could be the difference in usage between this - as it is - and an “add-on”? None to be honest.

Hi Peter,

Thanks for getting back to me. The “TestCullClashingMeshFaces” works great in rhino, but I am just not sure how to utilise it through grasshopper. It also seams that your component has some advanced controls which I was interested in having a look at but not to worry. Sorry to hear that your practice is closed. I hope you are safe and well !.

Best,
K

I took that decision rather easily: too many contacts and no Remdesivir in stock.

So … enter Permanent Vacation(s)

Great stuff! Have a happy Coivdcation - 20. Thanks again for the help

K

Hi Kevin,

was trying to help you out, but unfortunately I haven’t finished C# nursery shool yet.
Anyway, here’s the code that Peter posted in a C#-component.

Haven’t figured out how to return the mesh yet and it’s time to sleep.

Perhaps someone who actually can code can give you a hand.selfCCX.gh (2.5 KB)

1 Like

Er … this is NOT the thing to use for the occasion.

If the laptop works(?) and there’s no wind for windsurfing I’ll fix it soon.

1 Like

Ok, my bad.

Still, I hope you have wonderful windsurfing weather!

1 Like

Sorry I am only seeing you reply now Lars. Thanks for the help. I too am attending C# nursery school. I may also have to attend C# summer school. :rofl:

Best,
Kevin

Windsurfing in a Darth Vader costume must help with the sunburn. Enjoy!

Has anyone ever made any progress on this? It works fantastic in Rhino but I would just love to be able to use it in Grasshopper. Is there any way I can use this in a grasshopper component? I’ve only ever seen this in 3 places on the web and it’s mind-blowing how well it works. Self-intersecting meshes are causing meshes such a headache and they are too detailed for shrinkwrap.