Hi, just a quick question about the squish command. The docs state that there should be a preview of what happens to the surface. But I don’t get that, just the resulting surface. Does it have to be toggled on somewhere?
Hello, Scott,
I have a further question. I need to implement squish in grasshopper. I know how, that’s not the issue.I’m bit confused about the spring stiffnesses. My understanding was for example “stretch only” means the surface will stretch as it goes from 3D to 2D as required with (almost?) no compression.But the comment for SquishDeformation enum says it’s "when the pattern is deformed into the 3-D shape". InteriorCompressConstant nor any other similar constant has that hint. So which way is it?
In my application, the surface will stretch as it goes from 2D to 3D. I want to approximate this behaviour as closely as possible within the constraints of this method. I thought about using “compress only” using my logic described above. But according to the hint in SquishDeformation I should use “stretch only”.
Thank you in advance.
You are correct on this, that Stretch only. As you get into the customer values the higher values will penalize that value. so, a larger value reduces the amount of the specified deformation compared to what happens when all four parameters are equal. For example, if you want to severely limit interior expansion, you could do something like: BndStretch = 1 BndCompress = 1 InteriorStretch = 1 InteriorCompress = 100
