Author Topic: looking for a spread function  (Read 2390 times)

0 Members and 1 Guest are viewing this topic.

ELOQUINTET

  • Guest
looking for a spread function
« on: October 13, 2004, 09:29:07 AM »
i was just given a glass rail layout for a huge stair. what i have to do is take this layout and spread all 80 pieces apart so i can dimension them and put each on a letter size sheet. what i'm looking for is something that would allow me to do something like this:

move first piece to the right 48"
then i could selct the second piece and the first would be moved over too
the end result would be 80 pieces with 48" between each

does someone have something like this or would something like this be hard to write because i'm in desperate need of help

whdjr

  • Guest
looking for a spread function
« Reply #1 on: October 13, 2004, 09:55:44 AM »
Do they have to be in a particular order?

ELOQUINTET

  • Guest
looking for a spread function
« Reply #2 on: October 13, 2004, 10:11:51 AM »
yes they are in numerical order. i already did it manually but this would be a nice tool to have next time i have to do this so i'd still like to find something

whdjr

  • Guest
looking for a spread function
« Reply #3 on: October 13, 2004, 10:15:45 AM »
Can you post a picture of what you started with and what you ended up with?
Do they have some kind of attribute to determine their order? anything to identify them uniquely?

Kate M

  • Guest
looking for a spread function
« Reply #4 on: October 13, 2004, 11:18:05 AM »
Seems like you could make some kind of repeating macro...can't code it right now, but it'd look something like this

move
(get previous)
(select new piece)
48,0 <--setting base point
(enter) <--using base point as displacment
repeat

Sort of?

ELOQUINTET

  • Guest
looking for a spread function
« Reply #5 on: October 13, 2004, 11:21:24 AM »
ok i'll post it when i finish in a rush right now

ELOQUINTET

  • Guest
looking for a spread function
« Reply #6 on: October 13, 2004, 12:17:10 PM »