hei
In my course, we have the task of modelling something architectural using kangaroo.
I’ve decided on the Bosjes Chapel and constructed the anchor points, but now I’m stuck. I’ve tried a few things, but nothing has led me to my goal.
Maybe I’m on the wrong track and it’s not realisable at all
Does anyone have any ideas?
I did not play with anything earlier in your code to shape the surface, other than what you see in the image. Looks like you also will want to thicken the surface in a non-uniform way? Perhaps by creating a second surface and lofting between the two to get an edge surface.
Looking at this further, I can see that the four corners of this roof should be rounded (flattened?) instead of points in the sky. I have ideas about how to do that using NURBS curves instead of Interpolate but if you must do a Kangaroo project, I don’t think this chapel is a good choice. So I won’t bother.
I agree with Joseph that this building is not one where it makes sense to use Kangaroo.
If the task you have been given is to model something using Kangaroo, then some tensile / catenary / gridshell / inflatable structure would be better. For these types of structures the form finding process is a key part of creating the geometry.
This got more than a little crazy and doesn’t quite handle the corners as I had hoped. Distractions…
But as I said, this isn’t a good choice anyway if you must do a Kangaroo project.
Again, this geometry is perfectly suited for NURBS curves and surfaces. Not appropriate for Kangaroo.
Having said that, it is interesting enough that I spent more time on it, getting the corners closer to the shape in images of the structure and scaling dimensions based on this image from a PDF file:
Scaled by a man in that image assumed to be six feet tall (39 pixels high). The horizontal dimensions in X and Y are calculated exactly. The vertical dimensions required adjusting Z sliders based on visual comparisons because of the NURBS curves, which don’t touch middle points.
Also, it requires R8. I had two unpleasant experiences with R8 this morning that put me in a bad mood.
I can easily understand that using new R8 features makes a GH file incompatible with R7. But who decided it was OK to break compatibility over Area? Does it occur to anyone that a change to R7 could recognize the R8 Area component and substitute the R7 version?
Maybe the same goes for this R8 Script component? Or is that a bridge too far?
I’ve also seen many failures of R8 in common tasks like not treating an extrusion as a brep, which I see that you have now fixed. It just seems very late in the R8 release process to be finding stuff like this.