Hello everybody!
I am rather new to grasshopper, and I am having troubles creating an irregular scissor structure.
I am looking to creating something that is as irregular as in this example I have found: Rhino Grasshopper - Kinematic Pavillon - Grasshopper
With the help of this forum, I have managed to create an arched one but I do not really know where to go from here to create an irregular shape that I can manipulate as I want.
I would very much appreciate if someone could help me.
Thank you in advance!
Ioana
Irregular Scissor Mechanism.3dm (34.7 KB)
Irregular Scissor Mechanism.gh (22.8 KB)
Hereās an example constructing a pantographic linkage for any polyline
pantographic.gh (16.6 KB)
9 Likes
I replaced the two missing offset components with standard GH Offset Curve but have no way to know if it gives the same result?
You didnāt set āDegreesā on the Rotate āAā (Angle) input, though thatās relatively insignificant?
You could have internalized your āReferenced Polyline Curveā instead of requiring the Rhino file.
The model just doesnāt work for me, which makes it harder to understand.
Iāve played with scissor linkages a couple of times on the old forum:
1 Like
WOW! Brilliant, and without Kangaroo. Very clever!!
1 Like
The lecture slides from this course can be quite useful as an intro to this topic.
The principle of these āangulatedā scissor structures is shown in the week āMechanism Basicsā
https://courses.csail.mit.edu/6.S080/lectures/
6 Likes
That is brilliant. Thank you so much!
I have played with the script and made it irregular like in the example I showed previously.
Any idea how I could replicate that on to the circle?
pantographic_irregular.gh (18.6 KB)
Thank you so much for your suggestions.
The offset was redundant, not sure why it was not recognised though.
Hopefully you will be able to access the file now.
Irregular Scissor Mechanism_Draft 2.gh (24.7 KB)
Sorry if the model is confusing. Maybe the video shows it batter?
This is very useful. Thank you!
To make it work on a closed curve, you just need to switch to Wrap=True on the first list shift component:
pantographic_closed.gh (21.6 KB)
For this sort of planar linkage it is usually simplest to make everything in the XY plane, then rotate it to a different orientation at the end if needed.
1 Like
Thatās great. Thanks!
Was looking for something more like this
The irregular scissor structure is duplicated in a circle so it can be connected to the core and be able to move vertically when the strings are pulled
Itās relatively trivial to Orient any geometry from āWorld XYā to a ring of planes. The kicker, if I understand your goal correctly, is that each of your scissor structures is controlled independently?
P.S. No, I canāt. And you didnāt fix āDegreesā on the Rotate āAā (Angle) input that I mentioned.
I donāt have Pufferfish installed. Is there a reason you are using it for offset curve?
Iāve changed the offset curve components. Now it should work. I am sorry about that.
Irregular Scissor Mechanism_Draft 2.gh (26.4 KB)
About the āDegreesā on the Rotate component, I am afraid I am not sure how to fix it. I didnāt do the structure on the XY plane so I had to rotated the plane and set that angle to get the script working.
And no, my goal is to have all the scissor components move up and down at once. So from the example, I am just trying to create a similar shape for the individual component (now I have it in a arched shape) and then take those components and duplicate them in a circle.
Thank you for your help!
No, it still requires Pufferfish. I give up!
The default Rotate angle expects radians, not degrees. You can right-click the āAā input and choose āDegreesā instead.
Now I know what you meant by ādegreesā. Gonna fix that now.
Iām sorry the script doesnāt work. Thanks a lot for your help though!
There is no evidence that you changed the offset components from Pufferfish to standard GH. Twice. Did you send the wrong file? Or what?
I find it difficult to read code that is spread out so wide anyway, since it requires constant scrolling left and right to make sense of anything. Disabling āDisplay | Draw Full Namesā helps keep components closer together so you can see more on the screen without scrolling.
Iāve tried to change it but the GH one doesnāt work. It offsets the curve normally on one side (not on both sides forming the cupped edge as the Pufferfish one does). There are other ways to make the extrusions of the curves I suppose. I will try and do that now
OK, I wish you had said this a long time agoā¦ I started to reply by saying that you need to supply both positive and negative offset values, but as I got into implementing that, I quickly realized what else the Pufferfish component is doing for you thatās different from standard GH.
For future reference, so you can explain why you are using Pufferfish, see the yellow group (+ and -) and the two white groups. This leads to a discussion of data trees that Iād rather avoid at the moment. The Merge at the end might work if you flatten the outputs of both Extrude components, but you can just stick with Pufferfish, find someone else who can help you, and now know exactly how Pufferfish is saving you some trouble.
P.S. I looked around for a long, long time to find something that would move these pieces to resemble a scissor action and finally found it, now in the round blue group below. I also remembered to fix the āDegreesā issue on Rotate.
Irregular Scissor Mechanism_2021Oct18b.gh (28.5 KB)
Now if only I could remember the original questionā¦
I saw a few other issues that could be fixed or improved, like extruding circles in two directions and joining them together instead of extruding full length in one direction and then moving it half the length in the opposite direction using a ā-x/2ā expression.
1 Like
I thought there was one more thing I could do without really understanding your code, which is to copy the one scissor mechanism using polar array.
Irregular Scissor Mechanism_2021Oct18c.gh (40.6 KB)
To do that, I first had to reposition the original curve: (cyan group)
And then I refined the way you were positioning a circular disk (top? orange group) but realized your mechanism folds in the middle, lifting its ālegsā off the ground, and I donāt want to touch that.
Gotta go!
2 Likes
That was actually very helpful. Thank you so much!
hi, do you know can I make this mechanism in the form of a hemi-sphere. It would be very helpful.