Jump to content

Recommended Posts

Posted

It seems as though my draw order is 'locked'. The command is recognized; but it doesn't seem to work properly.

 

I essentially have two lines, drawn right on top of eachother; I go to get the one underneath and bring to front/send to front, or send the top line to the back, etc. and nothing changes at all.

 

I've found a way to get what I need done completed so I don't need a solution, but is there some variable I'm not aware of that affects the use of draw order?

Posted

Look into SORTENTS I use 119 -David

Posted

have you done a purge and regen - just coz AutoCAD is strange like that sometimes

Posted

Purging and the SORTENTS didn't help.

 

However using DRAWORDER, then referencing the object I needed to get this one line under worked. The Draw Order toolbar doesn't seem to help but the written command does

Posted

it isn't a PICKFIRST problem is it?

 

what's your PICKFIRST set to?

Posted
it isn't a PICKFIRST problem is it?

 

what's your PICKFIRST set to?

 

Rah! this is a handy thing to know about, but it didn't help when alternating between 0 and 1.

 

I think this may have just been a freak event; I just finished the drawing, went to open another,

 

"Command "Open" Unknown"

"Command "Close" Unkown"

"Command F***YouCAD" Unknown"

-qsave

-quit

:lol:

Posted

Yup. Turns out it was just a temp. glitch. I closed out, re-opened it, and everything worked fine.

Posted
Rah! this is a handy thing to know about, but it didn't help when alternating between 0 and 1.

 

I think this may have just been a freak event; I just finished the drawing, went to open another,

 

"Command "Open" Unknown"

"Command "Close" Unkown"

"Command F***YouCAD" Unknown"

-qsave

-quit

:lol:

 

I should set that command up to give a big "F***U2" on the screen. :lol:

Posted

Try the variable:

treedepth

if it is set to 0, it will give you the problem you are describing.

set it to 3020.

 

Type: Integer

Saved in: Drawing

Initial value: 3020

Specifies the maximum depth, that is, the number of times the tree-structured spatial index can divide into branches.

 

0 Suppresses the spatial index entirely, eliminating the performance improvements it provides in working with large drawings. This setting assures that objects are always processed in database order, making it unnecessary ever to set SORTENTS.

>0 Turns on spatial indexing. An integer of up to five digits is valid. The first three digits refer to model space, and the remaining two digits refer to paper space.

Note You cannot use TREEDEPTH transparently.

  • 2 years later...
Posted

I had this problem today and found this answer and it worked for me. Great job, CADMANGOD.

 

Try the variable:

treedepth

if it is set to 0, it will give you the problem you are describing.

set it to 3020.

 

Type: Integer

Saved in: Drawing

Initial value: 3020

Specifies the maximum depth, that is, the number of times the tree-structured spatial index can divide into branches.

 

0 Suppresses the spatial index entirely, eliminating the performance improvements it provides in working with large drawings. This setting assures that objects are always processed in database order, making it unnecessary ever to set SORTENTS.

>0 Turns on spatial indexing. An integer of up to five digits is valid. The first three digits refer to model space, and the remaining two digits refer to paper space.

Note You cannot use TREEDEPTH transparently.

  • 6 years later...
Posted
I had this problem today and found this answer and it worked for me. Great job, CADMANGOD.

 

I completly agree, this finally solved my display problem with TEXTTOFRONT not working properly.

Now that is selt the TREEDEPTH variable to 32767 (max. value) everything is working fine.

 

Thanks a lot!

utor

  • 1 month later...
Posted

Sometimes when I change the draw order of objects the results don't show until after a regen.

Posted

The visual style will also affect draw order. I believe Draw order only works in the traditional 2d visual style (or at least thats what i was told)

Posted

The default for TREEDEPTH is 3020, so if you have something else it has been altered.

Posted
Sometimes when I change the draw order of objects the results don't show until after a regen.
That is normal.
  • 5 months later...
Posted
have you done a purge and regen - just coz AutoCAD is strange like that sometimes

 

Yeay...it works after purge and regen. Thanks man

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...