Thany you for this. I was trying to implement this visualization on a parametric arch truss and was having trouble getting the trees into the format that the solver wanted, but i managed to do it!
I'm trying to edit the C# script on rhino7 (mac version) but it seems I can't really access to the editor. I double click on the component or right-click>edit source but nothing happens. I even tried to search for the algorithm on your site but I can't find it: is it available to download?
Not sure why this is happening. If you can't edit with the code component there might be something wrong with the install. BTW - the edit window sometimes goes onto other screens if you have used multiple monitors.
@@StructuredParametrics I'll sincerely appreciate that if you don't mind checking this product drive.google.com/file/d/1pPBiSuSbtwm4kfALFdykbAP3wKcU9A9i/view?usp=sharing
On the second Multiplication [A x B] after [MyB], change input C to 1 instead of -1. The moment for MyB does not need to be made negative. This should make it behave similar to the tutorial example.
Thany you for this. I was trying to implement this visualization on a parametric arch truss and was having trouble getting the trees into the format that the solver wanted, but i managed to do it!
Love love love love! thank you so much
You're welcome :)
thank you, really usefull!!
Great!
Yeah we think it's a pretty cool tool :)
is there a video explaining this in python code on rhino?
Not that I know of
I'm trying to edit the C# script on rhino7 (mac version) but it seems I can't really access to the editor. I double click on the component or right-click>edit source but nothing happens. I even tried to search for the algorithm on your site but I can't find it: is it available to download?
Not sure why this is happening. If you can't edit with the code component there might be something wrong with the install. BTW - the edit window sometimes goes onto other screens if you have used multiple monitors.
@@StructuredParametrics thank you very much, I'll try to resolve it. thanks again
I did exactly what you did in thí video but the result is not like that, I don't know where my errors are, could you help me?
Check if the lists are flattened or in the right format. Often this is the cause of problems. Hope this helps.
@@StructuredParametrics I'll sincerely appreciate that if you don't mind checking this product
drive.google.com/file/d/1pPBiSuSbtwm4kfALFdykbAP3wKcU9A9i/view?usp=sharing
On the second Multiplication [A x B] after [MyB], change input C to 1 instead of -1. The moment for MyB does not need to be made negative.
This should make it behave similar to the tutorial example.
@@StructuredParametrics OMG thank you so much
one more thing, if I want to turn nodes at intersections into internal links with free rotation ZZ, how should I do?