There are a few ways of making a series that might work.  Do you have
a set of typical numbers you would like to have in the series?

- Scott

On Dec 7, 3:44 pm, visose <[EMAIL PROTECTED]> wrote:
> You can make that the distances between circles grow using a function
> (for example "x²"), but you can't iterate (loop). What you describe,
> getting the last position and doubling it, requires looping. Unless
> you find a function that does this without referencing a previous
> numbers of the list. Furthermore, you also can't get the last placed
> point to create the next, so you don't want a list of numbers that
> represent the length of each segment, you want a list of numbers that
> reference the position of the circle from a same fixed point for all
> of them.
>
> I'm talking about standard components, of course, you can create what
> you ask using the scripting component.
>
> On Dec 7, 10:58 pm, "b.ad" <[EMAIL PROTECTED]> wrote:
>
>
>
> > i'm trying to make a 2d parten made of circles. The distance in
> > between the circle must be growing ( the distance in between circle0
> > and circle1 is N then the distance in between circle1 and circle2 must
> > be 2N for example...)
> > sorry if it's not so clear !
>
> > On Dec 5, 7:27 pm, visose <[EMAIL PROTECTED]> wrote:
>
> > > Could you describe further what you are trying to achieve?
> > > Maybe there's no need for looping.
>
> > > On Dec 5, 5:42 pm, "b.ad" <[EMAIL PROTECTED]> wrote:
>
> > > > hi there,
> > > > i'm new, so sorry if the answer is already in the forum.
> > > > i would like to make a grid of points where the distance in between
> > > > the points is growing with a fonction "n+1" ( i guess it's a kind of
> > > > loop...)
> > > > thank for your answers !
> > > > fb- Hide quoted text -
>
> - Show quoted text -

Reply via email to