Author Topic: region fails to hide II  (Read 2187 times)

0 Members and 1 Guest are viewing this topic.

curmudgeon

  • Newt
  • Posts: 194
region fails to hide II
« on: January 02, 2011, 11:30:49 PM »
I yowza-ed too soon. I thought updating my plotter driver would do the trick. nope.

Charles, you are on the right track with DRAWORDER, but there must be something more clever than what I have been doing.
yes, the lwpolylines represent actual circuits, and I really don't want to break my wires.
yes, the blocks are devices like smoke detectors, relays, speakers, etc. and within each block is a region outline at z = 10 (in a separate layer that I can freeze while I draw, and thaw when I plot.)

thought I was clever, I made a selection set of ALL the "circuits" and put them UNDER a device block, and thought I had done something when that seemed to work. but I have 1774 circuits and 1270 device blocks. I simply had not checked them all when I got happy too quickly.

this is my first exposure to the DRAWORDER command, and I am trying to figure out what it does, and how it does it.
the "move to the back" and "move to the front" did not seem to accomplish much in my case.
the "under" option was what has been working - a bit at a time.

does DRAWORDER work from entity handles?

if it does, I could get all the entity data for the circuits and devices, write-line them to file, erase them all, and entmake them in the order I like, so that the new handles are sequential, and the blocks are drawn after the circuits are drawn.

 :ugly:
thanks

PS this file has been edited by others, many others, before it was given to me. some of the work was in ReVit, and was save back to Autocad. there are, therefore, plethora blocks that have only one insert - proxy objects that didn't translate any better than that. I mention this only because the file has so many names to manage that the layer pull down and the layer dialog boxes do not sort automatically. something else I had not seen before this job.
« Last Edit: January 02, 2011, 11:36:24 PM by curmudgeon »
Never express yourself more clearly than you are able to think.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: region fails to hide II
« Reply #1 on: January 02, 2011, 11:39:41 PM »

Original discussion for reference
http://www.theswamp.org/index.php?topic=36469.0
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: region fails to hide II
« Reply #2 on: January 03, 2011, 07:21:58 AM »
this is my first exposure to the DRAWORDER command, and I am trying to figure out what it does, and how it does it.
the "move to the back" and "move to the front" did not seem to accomplish much in my case.
the "under" option was what has been working - a bit at a time.

does DRAWORDER work from entity handles?

This might shed some light on the situation:

http://lee-mac.com/draworderfunctions.html

Note that I have only touched on a few of the methods in that link however, to see the full picture, check the VLIDE Help Documentation on all methods applicable to the Sortents Table Object.

Lee

curmudgeon

  • Newt
  • Posts: 194
Re: region fails to hide II
« Reply #3 on: January 03, 2011, 10:08:59 AM »
thank you very much Lee.
I am going to have to study that for a bit.
Never express yourself more clearly than you are able to think.

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: region fails to hide II
« Reply #4 on: January 03, 2011, 12:06:21 PM »
thank you very much Lee.
I am going to have to study that for a bit.

You're welcome - any questions, just ask :-)