Hello! I’m new to using kangaroo, I really need some help with how to add more anchor points to the base of this model (circled in red) and how to make the fabric fall more accurately over the columns (circled in yellow). I have attached a script I found below.
Always separate the clothed from the naked edges in order to apply different values (as we do in real-life > find some tensile membrane images and spot what happens in the anchor plates - see attached image as well [and these are VERY simple cases]).
Interactively (i.e. on the fly - as we do in real-life) changing positions in anchors … well … that’s impossible without code. Has to do with swapping volatile <> presistent data per execution (forget it …unless you want to walk the code walk - if this is the case notify).
Anchor plates are (real-life) attached to masts/ground/etc via cables. But … it’s impossible to do that without code.
Real-life anchor plate design (in most of cases a rather complex task) is NOT as simple as you think (impossible to do it without a proper feature driven MCAD app - like CATIA/Siemens/NX/etc). Plus plates may be “a rigid” item OR a hinged collection of items (has to do with the angle of the anchor plate).
Since tensile membrane design is a thing solely for pros … well … I do hope that you guess the gist of my message.
I didn’t try to add more points than were in your Rhino file but did make the script work. The purple group separates points near the curve using ‘MaxD’ but there is one point near the middle that pulls the fabric down where it probably doesn’t belong?
Thank you so much for your help, this works so well! Just still a bit unsure of how to make the fabric drape over the orange columns more accurately, adding more points dosen’t seem to help? Also the points pulling the fabric down are intentional.
Thank you this is great! Thinking to get it closer to reacting to the columns it could be better to have the perimeter points to be a closed curve on the end of the columns? Unsure as to how to change this.