Search:

Type: Posts; User: BIGAL

Page 1 of 5 1 2 3 4

Search: Search took 0.69 seconds.

  1. measure will do it. or divide

    measure will do it. or divide
  2. Replies
    2
    Views
    150

    What about Autocad WS it might work.

    What about Autocad WS it might work.
  3. If the logo is an image then a 1 go does all just...

    If the logo is an image then a 1 go does all just make the new logo the same name as the old one and overwrite to the same location.
  4. Replies
    18
    Views
    456

    Bill my $0.05 worth why not just have a read...

    Bill my $0.05 worth why not just have a read layers subroutine and pass it the name of a text file this way you can have all the parameters set as you like for groups of predefined layers including...
  5. Replies
    17
    Views
    405

    I second the zoom extents all tabs like others...

    I second the zoom extents all tabs like others its a pick button on our menus also I think I am the only one to use it despite 8 cad stations
  6. Replies
    17
    Views
    311

    A simple method is a while loop check for nil...

    A simple method is a while loop check for nil entry


    (setq ansint 0) ; dummy to start
    (while (/= ansint nil)
    (setq ansint (getint "\Enter integer press enter to stop"))
    (setq intans (cons...
  7. Replies
    10
    Views
    333

    The suggestion was to move to Vla-addpolyline...

    The suggestion was to move to Vla-addpolyline this has the advantage of setting all its properties in one go rather than rectang then another command PE last width etc

    anyway ps use code brackets...
  8. Replies
    17
    Views
    311

    Like Pbe If you want say multiple integers eg 1...

    Like Pbe If you want say multiple integers eg 1 12 3456 2 34 567 then you can create a loop and when you press enter twice it will stop this way can be 1 or 5 or as many as you want also can be fixed...
  9. Thread: Get XY Coords

    by BIGAL
    Replies
    10
    Views
    198

    A bit more (defun dtr (a) (* pi (/ a...

    A bit more



    (defun dtr (a)
    (* pi (/ a 180.0))
    )
    (setq pt1 (getpoint "\nPick point"))
    (setq ang (dtr (getreal "\nEnter angle")))
    (setq dist (getreal "\nEnter distance"))
  10. Replies
    10
    Views
    333

    Put your setvar osmode after the getvar osmode...

    Put your setvar osmode after the getvar osmode you have it too far down now.

    You can also do plines but it requires you work out 3 extra pts, the reason for this way is you can use an autoloaded...
  11. Replies
    2
    Views
    176

    Sounds like a block, you can not delete a layer...

    Sounds like a block, you can not delete a layer if a block is using it.

    Just LI and make window around dot it will list all items found.
  12. Replies
    46
    Views
    1,877

    Can some help please with a simple mtext to line...

    Can some help please with a simple mtext to line by line list I am not sure that the abc\\1234\\has more info in it. I am trying to finally fix this up for drafty.
  13. Replies
    6
    Views
    290

    This is what Civ3D is about but like Remark there...

    This is what Civ3D is about but like Remark there are some free programs out there just search the internet try EZYSURF.

    I am sure the next post will be now I want more.
  14. Replies
    2
    Views
    237

    This sounds like something better done a step...

    This sounds like something better done a step earlier by using points codes xyz & description "join like" descriptors this is known as stringing CIV3d etc its built in.
  15. Replies
    8
    Views
    371

    A simple way I found was if you set snapang your...

    A simple way I found was if you set snapang your rectangle draws at an angle this is a variable you could retrieve and save somehow maybe userr1 then a simple macro then just do rectang. You could...
  16. Replies
    10
    Views
    362

    Look into these will hep you UCS save Ucs...

    Look into these will hep you
    UCS save
    Ucs restore
    Plan
  17. Replies
    4
    Views
    234

    Heres a simple example of a script copy and paste...

    Heres a simple example of a script copy and paste to the command line the idea is to make a big long sequence of what you would type in for multiple objects, note the blank line between line and...
  18. Look into pline vertices lsp from this you can...

    Look into pline vertices lsp from this you can get all info required to do what you want. But it will require more programing. In above you have pt1 pt2 pt3 pt4 rest can be simply worked out and a...
  19. Replies
    11
    Views
    1,359

    Nice one neophoilbe thats why I am moving more to...

    Nice one neophoilbe thats why I am moving more to vl you can get to the properties a lot easier I wondered about visibility when I posted meant to do a couple of dumpit's.

    Line ; Visible = -1
  20. Replies
    4
    Views
    185

    Do a search here for "new computers" "ARG",...

    Do a search here for "new computers" "ARG", "profiles" lots of stuff about setting up a new computer, your question is to vauge, no menus ? directory problems ? more info than "Map file"
Results 1 to 20 of 95
Page 1 of 5 1 2 3 4