hello, I am trying to create a representation of a mogul course and would like to take this grid of sine waves here and offset every other row of “bumps” by 1/2 the sine curve like is shown in the picture. Also I would really like to be able to parameterically tilt this plane that they are on on angle parametrically, so instead of using the XY plane like I am here, i want to use a plane that is on, say a 45 degree angle from the xy plane. Is that possible? How would I do those two things. Please see attached.
Could you not alternate a sine and cosine wave?
@mix Not a geometric or mathematical solution, but might work for you
Just a different point of view
eggtray.dyn (9.6 KB)
@Vikram_Subbaiah thats pretty much exactly what im looking for! what makes you say that its not a geometric or mathematical solution? BTW is there anyway to tilt one end of it up by a certain degree (angle) so that it is on a slope? Thanks!
Because all I actually did was rotate the geometry by 45°
That’s what I meant by changing the point of view
Should be possible if you obtain points from a sloped surface and translate them perpendicular to the surface.
How do I obtaing points from a sloped surface that I dont have and if I translated them perpendicular to the surface, then the slope wouldnt change, it would just offset the surface. So Im not following you. Please clarify. Can you show your graph? Thanks!
@mix Here is an example where I’ve rotated the base plane
eggtray.dyn (10.2 KB)