Multiples Questions

Discussion in 'AutoCAD' started by eicaza, Mar 2, 2004.

  1. eicaza

    eicaza Guest

    Hello, I have some questions that are related with this news group, maybe you can give me some answers to them.

    1.- What difference is there between an object's having or not an owner?


    2.- For a layer with code (70 . 48) What is the meaning of "table entry is externally dependent on an xref" and "the externally dependent xref has been successfully resolved" in a dwg with no xref's?


    3.- How can I change the properties of a layer by LISP?


    4.- What can I do when the watch window limit is exceeded?
     
    eicaza, Mar 2, 2004
    #1
  2. eicaza

    Chip Harper Guest

    Wow, nice change in fonts. I assume you copy and pasted the questions from something. We're not doing your homework are we?
     
    Chip Harper, Mar 2, 2004
    #2
  3. eicaza

    eicaza Guest

    It was because, a partner that doesn't have Internet access, have sended to me via internal mail and, yes, i just copied and pasted the text as he sended.

    Sorry to everybody.
     
    eicaza, Mar 2, 2004
    #3
  4. eicaza

    Murph Guest

    No internet acess but has internet E-mail? Yet he/she is asking questions that a normal user of AutoCAD has no use in knowing.

    Everything has an owner, it may be nested deep into other objects but it has an owner.

    Murph


    It was because, a partner that doesn't have Internet access, have sended to me via internal mail and, yes, i just copied and pasted the text as he sended.

    Sorry to everybody.
     
    Murph, Mar 2, 2004
    #4
  5. eicaza

    ECCAD Guest

    2.- For a layer with code (70 . 48) What is the meaning of "table entry is externally dependent on an xref" and "the externally dependent xref has been successfully resolved" in a dwg with no xref's?

    Don't use 'numbered' layers, do use 'named' layers.

    Bob
     
    ECCAD, Mar 2, 2004
    #5
  6. eicaza

    ECCAD Guest

    3.- How can I change the properties of a layer by LISP?
    (command "_layer" "_c" "red" "nameoflayer" "")
    (command "_layer" "LT" "dashedx2" "nameoflayer" "")
    other parameters may be set in the same fashion.

    Bob
     
    ECCAD, Mar 2, 2004
    #6
  7. eicaza

    ECCAD Guest

    1.- What difference is there between an object's having or not an owner?
    All objects that 'exist' have an owner. If not 'some' other object, is the 'current drawing'.

    Bob
     
    ECCAD, Mar 2, 2004
    #7
  8. eicaza

    ECCAD Guest

    4.- What can I do when the watch window limit is exceeded?
    Clear the watches, and continue.

    Bob
     
    ECCAD, Mar 2, 2004
    #8
  9. eicaza

    Guest Guest

    Thanks for all the answer, some one in the company will apreciate to you a lot.

    Muchas gracias!
     
    Guest, Mar 2, 2004
    #9
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.