That’s usually BIM stuff. I dont think Rhino is trying to be a BIM software. However, maybe VisualARQ has stuff like a clash report. VisualARQ | Food4Rhino
Cool! I didn’t knew that, thanks!
This command is one of those good ones that are not advertized at all.
If it could produce a list it could be even better.like a brawsable list. where for each element there’s a dropdown button listing all interesections.
I don’t think there’s much in Rhino common about Clash.
Just looking at what I can find there, it looks like you can find the intersections of 2 meshes and get back the location and size of intersect events.
The Rhino Clash command does a bunch of organizing of groups of objects and lists of results, but I don’t see any of that exported. (I could be missing something.)
It sounds like the main concern is ease of organizing the results, not speed of the intersections. I can’t see any of that exported. Maybe Clash won’t really apply here without extra programming.
The benefit of the Rhino Clash stuff is intersection speed in big models. It uses FastRenderMeshes of the objects and does some fancy spatial decomposition sorting and finds intersection locations fast.
It doesn’t return any nurbs intersection information.
I don’t really need nurbs intersection information. I only need a list of intersecting geometry.
For each object, a list of intersections, with the object ID’s
Also I cannot find examples of UI programming.
Thanks
The MeshClash.Search methods are pretty simple and straight forward to use. I’ve attached a simple Grasshopper solution that uses a C# component as a demonstration.
We added a Clash detector in Grasshopper component in addition to the RhinoCommon method for Clash. Here is some evolving documentation on the feature.
We are looking for feedback on the methods:
Does it find the clashes you need?
Is it fast enough?
Another really fun part about Clash is that it will work on Revit elements using Rhino.Inside.Revit
Hi @scottd and everyone.
I’m happy to see such interest on this topic(I was not expecting)
I’m not working in later stages lately so I haven’t had time to test.
In my opinion this feature should be advertised. Might be very useful for small firms that are not willing or don’t need to invest in a complex clash detection software. It might also be useful in smaller projects that can be done without BIM.
OK, here is a fun one. Using the Clash component in Grasshopepr running in Revit, then creating a CSV report on the clash including the Revit Element ID for each clash.
I know that some of the icons are temporary and it’s a detail, but please make those icons different. There might be more silly people out there (than just me) who can easily confuse them and wonder why it is not working.