Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Draw order - Useless

  1. #1
    I could stop if I wanted to
    Join Date
    2007-03
    Posts
    213
    Login to Give a bone
    0

    Default Draw order - Useless

    AutoCAD was invented in 1982 and almost 30 years later, the draworder function still does not work.

    I have to specify the order almost everyday, sometimes I press the buttons and nothing happens. Lately, I've been using the DOBYLAY function, it works for a bit, but then the order changes. I close the drawing and reopen it and the order changed. I fix the order and go to print and the order changed already...

    Has anyone found a way to not constantly babysit the draworder?

  2. #2
    All AUGI, all the time arshiel88's Avatar
    Join Date
    2005-02
    Location
    Off the Grid
    Posts
    560
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    As long as SORTENTS=127 and DRAWORDERCTL=3, Usually, a REGEN can fix a draw order display problem easily. I highlighted the "display" because when it's fixed by a regen, you will know that it is in the right order, just not displaying correctly.

  3. #3
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    I have NEVER experienced this behavior before.

    Are you the only user at your company that is experiencing this?

    Are the entities 'being changed' the same each time?

    Is there any identifiable pattern that can be observed (i.e., specific commands being issued, etc.)?

    Do you have any errors (at the command line) during startup?

    I *believe* AI_DRAWORDER (the LISP function responsible for all draw order functionality) is loaded with acad####doc.lsp... you might check to make sure it has not been modified. Unfortunately *some* CAD leaders/managers insist on modifying this AutoCAD defined file, instead of using acaddoc.lsp which is a user defined file. Just a thought.
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  4. #4
    I could stop if I wanted to
    Join Date
    2007-03
    Posts
    213
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    @ Archiel88, both of these setting are set to these numbers. Regen does not fix the issue.

    @ Renderman, I've experienced it many times at school. We used AutoCAD at least 20 hours a week including homework for 3 years. I think this is just something that people have decided to live with since it rarely does any major harm to the drawing. However, it is vital once you start using WIPEOUTS or text masks. I remember having to redo the orders at least twice a week when my gridline blocks had WIPEOUTS in them.

    The other user in our company is not a reliable CAD information source.

    I use AutoCAD MEP, so depending on the user profile, I can use the ribbon or the right click. We have a very simple system, basically almost just two layers. One layer for xrefs and one layer for our blocks (there are also layers for annotations and grids) . I send the xrefs to back and the blocks to front.

    The issue is mostly with the xrefs in front the the blocks, especially since the xrefs contain masked text room titles. Often, sending the xrefs to the back does nothing if you do not send the blocks to the front and vice versa.

    There are no patterns for how long the draw order is respected. I find the biggest wild card is closing and opening the file. SOmetimes I will fix it all and by the time it's printed (to PDF), the order is wrong again.

    There are no errors at startup.

    I did not touch the AI_DRAWORDER

  5. #5
    AUGI Addict jpaulsen's Avatar
    Join Date
    2002-04
    Location
    Colorado
    Posts
    2,020
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    Rarely I experience the problem where Send to Back does not work but Bring to Front does or visa versa; however, I have never experienced the draworder changing on it's own. Hopefully you can figure out what is causing this on your system.

  6. #6
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    Agreed.

    I cannot comment on your school's AutoCAD environment, but suffice it to say that I've been working professionally with AutoCAD products a lot more than you stated. In my *limited* experience, I have only rarely shared Jeff's noted *intermittent* failing.

    I learned long ago that things (within AutoCAD) do not act on their own... usually there is some sort of poorly written LISP, etc. responsible for the *ghosts*.
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  7. #7
    I could stop if I wanted to
    Join Date
    2007-03
    Posts
    213
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    At school we had a ghost image of AutoCAD load up every morning. So it was basically a fresh install everyday. Been doing CAD for over 10 years btw, now going (running) towards Revit.

    I've got two senior CAD people here in the forum telling me they never see the draw order move...

    I will let you know if I can find a reliable way to document this and perhaps make a video.

  8. #8
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    Just to be clear - I wasn't knocking your experience, nor claiming any form of *superiority* - I'm just a guy who knows a lil' about AutoCAD. That's it. I meant no offense.

    I am genuinely perplexed by your issue. I have always found the *draw order* functionality extremely useful, minus the occasional fail noted.

    That said, and perhaps because I delve into the development side of AutoCAD, the only time any entities within my drawings seemingly changes draw order *on their own*... is when a Reactor's Callback function (which I wrote the code for) makes it so.

    For example, when I XREF a drawing, it (the XREF) is programmatically moved to the back.

    In any event, I sincerely hope you find a resolution to your issue. I am sorry I cannot be of more help.

    Good luck!
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  9. #9
    I could stop if I wanted to
    Join Date
    2007-03
    Posts
    213
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    No offense taken.

    Draw order is pretty vital in AutoCAD. I've not dwelved in the programming side of CAD yet, I've programmed some VBA pseudo databases beore but I've had no need to program ACAD yet. Perhaps Revit in a few years.

    It's good to know that the code seems to be somewhat simple and in order. I will come back with a more detailed scenario when it arises. (We are slowly moving away from the project with the draworder issue).

  10. #10
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Draw order - Useless

    Try this link: Wipeout in Dynamic Blocks
    Draworder works pretty good now, but still has trouble with objects in X-ref's. Wrote the routine in the link years ago before draworder was around, but it still comes in handy when nothing else does the trick.

Page 1 of 2 12 LastLast

Similar Threads

  1. 2012: Display Order / Draw Order
    By Iceberg in forum AutoCAD General
    Replies: 1
    Last Post: 2013-08-08, 02:33 PM
  2. Draw order
    By scontreras in forum AutoCAD Map 3D - General
    Replies: 2
    Last Post: 2009-08-05, 07:46 PM
  3. Draw order
    By charliep in forum Revit Architecture - General
    Replies: 2
    Last Post: 2009-05-22, 10:59 AM
  4. Draw Order
    By Matt777 in forum AutoCAD General
    Replies: 13
    Last Post: 2008-07-21, 07:15 PM
  5. Draw Order
    By tsigler in forum AutoCAD General
    Replies: 3
    Last Post: 2007-10-26, 06:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •