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!
@Mr63454 жыл бұрын
Love love love love! thank you so much
@StructuredParametrics4 жыл бұрын
You're welcome :)
@Gupston3 жыл бұрын
is there a video explaining this in python code on rhino?
@StructuredParametrics3 жыл бұрын
Not that I know of
@vicente_3d2 жыл бұрын
thank you, really usefull!!
@qualifiedalternative86974 жыл бұрын
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?
@StructuredParametrics4 жыл бұрын
Check if the lists are flattened or in the right format. Often this is the cause of problems. Hope this helps.
@qualifiedalternative86974 жыл бұрын
@@StructuredParametrics I'll sincerely appreciate that if you don't mind checking this product drive.google.com/file/d/1pPBiSuSbtwm4kfALFdykbAP3wKcU9A9i/view?usp=sharing
@StructuredParametrics4 жыл бұрын
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.
@qualifiedalternative86973 жыл бұрын
@@StructuredParametrics OMG thank you so much
@qualifiedalternative86973 жыл бұрын
one more thing, if I want to turn nodes at intersections into internal links with free rotation ZZ, how should I do?
@Minotarro3 жыл бұрын
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?
@StructuredParametrics3 жыл бұрын
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.
@Minotarro3 жыл бұрын
@@StructuredParametrics thank you very much, I'll try to resolve it. thanks again