The ellipse is 85'w x 116'L
with breaks for Doors from 0 (being the bottom center quad of the ellipse)
as follows:
0 --> 38.5
13'4 --> 16'6
30'11 -->34'4
along the circumference of the ellipse / perimeter of the room
any ideas on how to plot this out?
thanks,
Ethan
MichaelB
www.michaelbulatovich.com
"ethan" <nospam...@19d.org> wrote in message
news:rRa7a.34731$Mh3.14...@twister.nyc.rr.com...
"ethan" <nospam...@19d.org> wrote in message
news:rRa7a.34731$Mh3.14...@twister.nyc.rr.com...
>
--
be cool,
Longshot
I wasn't familiar with this command,,, but tried it.. this would be the way
to go.
learn something new every day... & sometimes it's actually useful :p)
Rob
"Longshot" <longs...@aol.com> skrev i en meddelelse
news:b3ktu5$1n0k54$1...@ID-93768.news.dfncis.de...
Then the sysvar Pdmode and Pdsize will be handy ,as this way the points can be
produced in a style and size so you can se them.
P.C.
>
> Then the sysvar Pdmode and Pdsize will be handy ,as this way the points
can be
> produced in a style and size so you can se them.
> P.C.
>
yeah, that's a given as I use "divide" allot. :p)
If it divides unequally, then I'm left with an odd segment .. I need to
identify my zero point ..
but not sure how ..
"ethan" <nospam...@19d.org> wrote in message
news:rRa7a.34731$Mh3.14...@twister.nyc.rr.com...
like PC said... format your point style & size so you can see where the
Measure command marks it
be cool,
Longshot
"
"ethan" <nospam...@19d.org> wrote in message
news:elp7a.35725$Mh3.15...@twister.nyc.rr.com...
"ethan" <nospam...@19d.org> wrote in message
news:rRa7a.34731$Mh3.14...@twister.nyc.rr.com...
"Paul Turvill" <nos...@turvill.com> skrev i en meddelelse
news:v5sco9a...@corp.supernews.com...
> BREAK the ellipse at the point from where you started measuring. Then use
> the MEASURE command to place a point (and other points) a fixed distance
> from the break. That's your first door location. Erase the points; MEASURE
> again for the next door, etc.
I used Measure and Divide a lot to generate "primitive" 3D-Polylines , and I
simply made a small app ; This make a list with the first point of the line
that is divided as first member , then before doing the divide or measure trick
, a new layer are created and set current as when Divide or Measure generate
the points ,they will be created in a "row" on the current layer , ---------- so
when filtering out the assoc 10 of each point to append the list , everything
work smooth while the points are created this way , and then Ssget will also
find the entity type "Point" on the specific layer and then appending them is no
trouble ; --------- still as the first point need to be taken from the entity
divided, the last point also need to be taken from the entity divided or
measured, still as you all know, this is no problem with Lisp .
BTW I even made my own divide function ; ------- you "walk" this many drawing
units from this point in "this" direction , then if the first vector is long
enough you add that point. Case the first vector in this direction is not long
enough, you subtract it's length from the distance you would "walk" , and se
where the remaining distance fit with the next vector, case that is also to
shirt, you subtract this length and try "walk" from that point in this new
direction to se if you can place a point this time ;))
--------- I got it working, guess this was with ver 2.6 , to get the tools I
needed.
Anyway the first point you proberly will find with (entget(car(entsel))) from
the entity divided and the last point proberly are to be found in the entity to.
P.C.
Regards to all .........
"Longshot" <longs...@aol.com> wrote in message
news:b3ktlj$1mtokg$1...@ID-93768.news.dfncis.de...