PDA

View Full Version : Steps


vipin_nair
2008-02-07, 07:26 AM
Does anyone have or knows how to write a routine for draw 'steps' in drawing in plan, section and elevation.Any solution for this will be appreciated. Thankyou.

CAB2k
2008-02-07, 03:02 PM
From the SEARCH
http://forums.augi.com/search.php?searchid=1572272

vipin_nair
2008-02-11, 06:05 AM
Hi CAB,

Thank you for your quick replay. But I am sorry to say that I can't open that link which you send to me. Hope that you will revert back soon. Thank you again.

CAB2k
2008-02-11, 02:35 PM
Sorry, I can't figure out how to post a link to a Search, but if you search on stairs you will find some routines.

Opie
2008-02-11, 04:41 PM
Sorry, I can't figure out how to post a link to a Search, but if you search on stairs you will find some routines.
CAB,

Will this help (http://forums.augi.com/search.php?query=stairs&exactname=1&starteronly=0&forumchoice[]=91&childforums=1&titleonly=0&showposts=0&searchdate=0&beforeafter=after&sortby=lastpost&sortorder=descending&replyless=0&replylimit=0&searchthreadid=0&saveprefs=1&quicksearch=0&searchtype=0&nocache=0&ajax=0&userid=0&do=process)?

To link to an actual search instead of a cached search add "do=process" to the end of the Search URL link found in the top left of the Search Results page. Be warned, there is a set of brackets "[]" after "forumchoice" within the URL that will need to possibly be replaced with & #91;& #93; without the spaces.

CAB2k
2008-02-11, 06:59 PM
Well I get this as the URL
http://forums.augi.com/search.php?searchid=1572272

and if I change to this
http://forums.augi.com/search.php?searchid=1572272&do=process

it doesn't work?

Opie
2008-02-11, 10:38 PM
Well I get this as the URL
http://forums.augi.com/search.php?searchid=1572272

and if I change to this
http://forums.augi.com/search.php?searchid=1572272&do=process

it doesn't work?
You can't use searchid links. That is something the forum software creates to cache (temporarily) the searches made throughout the day.

Edit:
To add further to my previous explanation ...

Check your second image on your previous post. You should see along the top line the following text
Search: Key Word(s): stairs ; Forum: AutoLISP and child forums
By right-clicking the word "Search" on that line, you should be able to copy this link (or shortcut). This is the link you will need to use to post a direct link to a search on those words.

You cannot use the URL in your browser's address bar. That will go to the cached search page that expires. I do not know how long the search is live.

CAB2k
2008-02-11, 11:00 PM
That worked.:)
Thanks Opie.

jwanstaett
2008-02-12, 02:12 PM
I have a vba program that draw elevation for stairs.
it make a block of the elevation view of the stairs.

Opie
2008-02-12, 03:15 PM
That worked.:)
Thanks Opie.
Glad I could help. I know it is a pain, though.