invisible objects

Discussion in 'AutoCAD' started by mark, Jul 20, 2004.

  1. mark

    mark Guest

    hi,
    i am having strange results, when using
    tblojname and entmod-ing dxf 62 and 70 to mauupulate
    layer visibility, it is rendering some objects, at random, (i think)
    invisible, i am forced to use something like...

    (setq alo (vla-get-activelayout
    (vla-get-ActiveDocument
    (vlax-get-acad-object))))
    (vlax-for itm
    (vla-get-block alo)
    (vla-update itm))

    to refresh the objects, but it is too slow,
    this only started to be problem after A2k2,
    anybody else experiencing similar problems??

    actually i checked, even using the standard layer command
    extensively, to freeze/thaw layers, is giving similar starge results.

    mark
     
    mark, Jul 20, 2004
    #1
  2. mark

    dblaha Guest

    A few possiblities I would check (in this order):

    Video refresh lag due to low system resources?
    Corrupted drawing?
    Display driver corruption or incompatibility with A2K2?
    Video card hardware problem?(rare, but it has to start sometime...)
     
    dblaha, Jul 21, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.