recursively offsetting curve on surface

Hi,

Is it possible to recursively offset a curve on a sphere without scripting?

The offset distance is a function of the previous offset distance.
I am trying to make a latitude-longitude grid on a sphere

Any help would be appreciated.
Anne
  • up

    David Rutten

    Hi Anne,

    I'm afraid recursion is out at the moment. There's no way to feed an output value of a component back in. I saw your sphere division problem but couldn't come up with a better approach. I agree it is pretty horrendous the way it's done now. Writing some sort of loop mechanism has been on the list for a long time.

    --
    David Rutten
    david@mcneel.com
    Seattle, WA
    2
    • up

      Evert Amador

      Hi Anne,

      What is the function of the offset distance?

      I think it is possible to produce a closed form sequence where the input is a list of numbers and the function solves the equation for every number without the need of the previous value.

      Cheers

      Evert