I’m trying to solve a mystery with floor creation using grasshopper.
I’ve got about 40 closed, planar crvs in rhino, and using the “add floor” with boundary component in grasshopper, it simply refused to make them all at once. But, for whatever reason, it let’s me do it one at a time.
Anyone have any ideas? Does the curve type matter?
Follow up because I think I “might” have figured it out. Revit handles splines horribly and I think this is the case here. While the curves are based on a series of arcs, it looks like somewhere in the script they are being converted to splines. Sigh.
Definitely forgot I submitted this. I ended up building it manually in Revit. I think there’s something super specific with how the base geometry is built that converts from arc to spline and that’s what was causing the script to break.
One thing I would consider is if a couple of the curves cause the script to break (maybe test one by one). I have similar problems when I try to bake certain geometry into Revit.
You have two curves slightly out of plane. Depending on how your Rhino Units are set its hard to see.
A quick fix in Rhino is to use the SetPt command and use Z only. Setting your Cplane (set C-Plane by Z-Axis) to the exact Z you are looking for (getting rid of the float)
There are a few ways to get things planar in grasshopper as well, but to ensure the Z is correct I would do the fix in rhino.
Do you thing this have to do with the absolute tolerence of the model?
I mean, i would thing this pieces are planar because i used boxes. But i’m not sure if something else is coming up in the middle of it.