Search:

Type: Posts; User: nod684

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    25
    Views
    807

    Thanks a lot Tharwat!

    Thanks a lot Tharwat!
  2. Replies
    25
    Views
    807

    Tried this one out...it's working but what if i...

    Tried this one out...it's working but what if i wish to use layer names with space?
    if i use the spacebar, it ends the routine.
  3. Replies
    3
    Views
    193

    i found a solution here....

    i found a solution here.
    http://www.theswamp.org/index.php?action=post;quote=240368;topic=19721.0;last_msg=326462


    (defun c:Tabs->Drawings (/ ActDoc MsObjList PsObjList dbxApp oVer FirstPass)
    ...
  4. Replies
    3
    Views
    193

    Thanks for the prompt reply. i also thought...

    Thanks for the prompt reply.

    i also thought so pBe, EXPORTLAYOUT will work if not for the error that i am getting.

    Furthermore, EXPORTLAYOUT only exports one Layout Tab at a time so you need...
  5. Replies
    3
    Views
    193

    Layout Tabs to File

    Most of our drawings have multiple Lay-out Tabs each has its own drawing number.

    I want to all export these layouts each to a separate file, i tried using EXPORTLAYOUT command but an error...
  6. Replies
    27
    Views
    567

    this will be usefull! thanks Tharwat and Leemac!...

    this will be usefull! thanks Tharwat and Leemac! :)
  7. Replies
    25
    Views
    2,383

    thanks for the reply pBe...assuming i know the...

    thanks for the reply pBe...assuming i know the name of the block with attributes and all the attributes in that block are in layer 0. is it possible?
  8. Replies
    4
    Views
    218

    have you tried Lee Mac's Steal from Drawing ...

    have you tried Lee Mac's Steal from Drawing lisp routine?
  9. Replies
    25
    Views
    2,383

    how about if i want all attributes in a certain...

    how about if i want all attributes in a certain layer? can i use this?
    what part should be change?
  10. You're welcome Ahmed :) no problem Lee

    You're welcome Ahmed :)

    no problem Lee
  11. Maybe Lee Mac's Circular Wipeout ...

    Maybe Lee Mac's Circular Wipeout can help
  12. Replies
    20
    Views
    657

    try using constraints or dynamic block

    try using constraints or dynamic block
  13. Replies
    3
    Views
    222

    found this somewhere on the net.. cant remember...

    found this somewhere on the net..
    cant remember where sorry but its working



    (defun c:deltab ()
    (setq *doc (cond (*doc)
    ((vla-get-ActiveDocument
    (vlax-get-acad-object)))))
    (vlax-for lay...
  14. Thread: viewport layer

    by nod684
    Replies
    5
    Views
    321

    yes Bill, i know...that is why i said its an "Old...

    yes Bill, i know...that is why i said its an "Old school" basic trick.
    Post #2 already suggested the correct way.
    Old school is just an alternative
  15. Replies
    8
    Views
    471

    welcome paul, when i need something i always...

    welcome paul, when i need something i always check Lee Mac's site first before browsing other site.
  16. Replies
    32
    Views
    1,407

    if your Doors are blocks, then if can easily be...

    if your Doors are blocks, then if can easily be edited using the BEDIT command,
    if not, then isolate your door layer and issue Bhatch command, make sure that the "Create separate hatches" is...
  17. Replies
    8
    Views
    471

    have you tried Lee Mac's lisp? its working...

    have you tried Lee Mac's lisp? its working great...
  18. Thread: viewport layer

    by nod684
    Replies
    5
    Views
    321

    Old school trick is put that viewport layer in...

    Old school trick is put that viewport layer in DEFPOINTS layer which is automatically set not to print.
  19. Thread: AREA to FIELD

    by nod684
    Replies
    24
    Views
    1,002

    Thanks! i will try this one out.. EDIT : ...

    Thanks! i will try this one out..

    EDIT :

    it worked! thanks a lot!
  20. Thread: AREA to FIELD

    by nod684
    Replies
    24
    Views
    1,002

    irneb, normally when you right click on a field...

    irneb, normally when you right click on a field inside an att block, it will show "Edit Field, Update Field, and Convert Field to Text"

    These things doesn't show when i use your routine.
    What...
Results 1 to 20 of 90
Page 1 of 5 1 2 3 4