| Author |
Message |
elbazarc
Guest
|
Posted:
Fri Dec 17, 2004 7:45 pm Post subject:
need flatten in autocad |
|
|
occasionly we get surveyor drawings we use in developing our drawings.
Problem some drawings have objects and lines that are not on the zero line.
ie. we to flatten these
any help wpuld be appreciated..
--
Steve M.
Elbaz Architect
514-488-3811
|
|
| Back to top |
|
 |
Remo-Shiva
Guest
|
Posted:
Fri Dec 17, 2004 9:59 pm Post subject:
Re: need flatten in autocad |
|
|
Hi,
I have sent you the flatten lisp which comes with 2004, it is much better
than the older one which was never able to flatten arcs in the view you
wanted, this one does.
Shiva
"elbazarc" <elbazarc@videotron.ca> wrote in message
news:6nCwd.19142$CK4.948815@wagner.videotron.net...
| Quote: | occasionly we get surveyor drawings we use in developing our drawings.
Problem some drawings have objects and lines that are not on the zero
line.
ie. we to flatten these
any help wpuld be appreciated..
--
Steve M.
Elbaz Architect
514-488-3811
|
|
|
| Back to top |
|
 |
elbazarc
Guest
|
Posted:
Sat Dec 18, 2004 1:28 am Post subject:
Re: need flatten in autocad |
|
|
THANKS!!! I tried it and it seems to to sort thru polylines quite well. But
I was refering to something that puts ALL Z coordinates at zero. So that
when viewed from the front, a plan will look like a straight line.
"Remo-Shiva" <info @ areyoufedup.com> wrote in message
news:YfEwd.1792$Ar5.503@text.news.blueyonder.co.uk...
| Quote: | Hi,
I have sent you the flatten lisp which comes with 2004, it is much better
than the older one which was never able to flatten arcs in the view you
wanted, this one does.
Shiva
"elbazarc" <elbazarc@videotron.ca> wrote in message
news:6nCwd.19142$CK4.948815@wagner.videotron.net...
occasionly we get surveyor drawings we use in developing our drawings.
Problem some drawings have objects and lines that are not on the zero
line.
ie. we to flatten these
any help wpuld be appreciated..
--
Steve M.
Elbaz Architect
514-488-3811
|
|
|
| Back to top |
|
 |
Brian Spillane
Guest
|
Posted:
Sat Dec 18, 2004 2:50 am Post subject:
Re: need flatten in autocad |
|
|
WHY would you want to look at a 'flat plan' from the front?
hmmmmmmmm
"elbazarc" <elbazarc@videotron.ca> wrote in message
news:OlHwd.20615$CK4.1149197@wagner.videotron.net...
| Quote: | THANKS!!! I tried it and it seems to to sort thru polylines quite well.
But
I was refering to something that puts ALL Z coordinates at zero. So that
when viewed from the front, a plan will look like a straight line.
"Remo-Shiva" <info @ areyoufedup.com> wrote in message
news:YfEwd.1792$Ar5.503@text.news.blueyonder.co.uk...
Hi,
I have sent you the flatten lisp which comes with 2004, it is much
better
than the older one which was never able to flatten arcs in the view you
wanted, this one does.
Shiva
"elbazarc" <elbazarc@videotron.ca> wrote in message
news:6nCwd.19142$CK4.948815@wagner.videotron.net...
occasionly we get surveyor drawings we use in developing our drawings.
Problem some drawings have objects and lines that are not on the zero
line.
ie. we to flatten these
any help wpuld be appreciated..
--
Steve M.
Elbaz Architect
514-488-3811
|
|
|
| Back to top |
|
 |
Cad Master
Guest
|
Posted:
Mon Dec 20, 2004 2:18 pm Post subject:
Re: need flatten in autocad |
|
|
elbazarc wrote
| Quote: | THANKS!!! I tried it and it seems to to sort thru polylines quite well. But
I was refering to something that puts ALL Z coordinates at zero. So that
when viewed from the front, a plan will look like a straight line.
|
MOVE
Select objects: all
from point: Select point
Move to point: 0,0,1e99
Again
MOVE
Select objects: all
from point: Select point
Move to point: 0,0,-1e99
--
Cad Master
(Linux SuSE 9.2) |
|
| Back to top |
|
 |
elbazarc
Guest
|
Posted:
Mon Dec 20, 2004 8:57 pm Post subject:
Re: need flatten in autocad |
|
|
Thanks,
Seems to work except for lines within defined blocks. Now Im wondering if
there's an autolisp prog that will redefine blocks and make that change.
Steve.
"Cad Master" <abdulahv_NOSPAM_@yahoo.co.uk> wrote in message
news:pan.2004.12.18.08.47.33.485666@yahoo.co.uk...
| Quote: | elbazarc wrote
THANKS!!! I tried it and it seems to to sort thru polylines quite well.
But
I was refering to something that puts ALL Z coordinates at zero. So that
when viewed from the front, a plan will look like a straight line.
MOVE
Select objects: all
from point: Select point
Move to point: 0,0,1e99
Again
MOVE
Select objects: all
from point: Select point
Move to point: 0,0,-1e99
--
Cad Master
(Linux SuSE 9.2) |
|
|
| Back to top |
|
 |
|
|
|
|