Hi folks.
what I want to do is to create a linear series of scissor structure. as the picture below:
there are a couple of problems I came acrossed with:
- the endpoints splits If the whole structure moves in a direction
- the lines in my script does not become compatc so that the scissor structure completly does its task.
- I think I need a cluster for lines shape and pinpoints on them in order to hold the structure toghether
can you help me please? the length of each line is 0.417
thank you in advance
My problem isnāt that complicated and also not a curved structure, just a simple linear one direction pantograph which Iām going to attach to a pneumatic arm.
In that case keep it simple - no need for simulation
simplescissor.gh (7.7 KB)
4 Likes
For sure! Yours is much simpler than mine.
scissors_2020Aug30a.gh (20.4 KB)
Thank you Daniel
in origamiās simulation is needed, Iām looking forward to focus on learning kangaroo in order to simulate such structures.
Yes, when the problem is simple enough that a simple geometric solution is possible I think itās usually better to use that, but if this is a test for something more complex where such geometric approaches arenāt obvious then you can simulate it like this:
scissor_kangaroo.gh (12.9 KB)
The key is the ārodā goal - each arm of the scissor is a polyline with 2 segments, and this goal keeps the 2 segments in a straight line.
1 Like
Fascinating, yet bizarre. Having to supply the two polylines isnāt quite as convenient and parametric as the āsimple geometric solutionā, though GH code to create those segments could be added, of course.