+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Super Member
    Using
    Architectural DT 2007
    Join Date
    Dec 2002
    Location
    London
    Posts
    1,087

    Default Foobar to list selection methods

    Registered forum members do not see this ad.

    Did you know that if you use commands such as copy,trim or rotate etc,if you enter "foobar" at the command line when asked to select objects it will show you all the available selection methods for that command.

  2. #2
    SpeedCAD
    Guest

    Default Re: Foobar to list selection methods

    Quote Originally Posted by hyposmurf
    Did you know that if you use commands such as copy,trim or rotate etc,if you enter "foobar" at the command line when asked to select objects it will show you all the available selection methods for that command.
    Hi...

    I do not understand what is "foobar", but know that if you enter the line of commandos of AutoCAD any thing that does not recognize, for example in commando Copy, this by defect showed the methods available of selection. You knew that when executes a routine LISP and this has options like for example:

    Code:
    (initget "A B C D")
    &#40;setq sel &#40;getkword "Selects &#91;A/B/C/D&#93; <A>&#58; "&#41;&#41;
    In the line of commandos, when it shows the following thing:
    Code:
    Command&#58;
    Selects &#91;A/B/C/D&#93; <A>&#58;
    Then if you with mouse it presses with the right button on the screen it showed all the options to him (A, B, C or D). Whenever the variable of system SHORTCUTMENU this in value 11.

  3. #3
    Super Member
    Using
    Architectural DT 2007
    Join Date
    Dec 2002
    Location
    London
    Posts
    1,087

    Default

    I'll have a look when I get home,had a bit of a problem understanding you,though I'm sure your english is far better than my spanish

  4. #4
    Flores
    Guest

    Default

    It's not just "foobar", it's every word ACAD doesn't recognize, like "poopoo" or "buenosdiasseniorhyposmurf".

    Flores

  5. #5
    Flores
    Guest

    Default

    Vizwhiz posted link a while back that explains a little better what Speedcad is talking about:
    http://usa.autodesk.com/adsk/servlet...linkID=2475176

    Flores

  6. #6
    Super Member
    Using
    Architectural DT 2007
    Join Date
    Dec 2002
    Location
    London
    Posts
    1,087

    Default

    Quote Originally Posted by Flores
    Vizwhiz posted link a while back that explains a little better what Speedcad is talking about:
    http://usa.autodesk.com/adsk/servlet...linkID=2475176

    Flores
    Aha now I see!Oh well I guess I now know a little bit more.I can now enter poopoo into my drawings.

  7. #7
    SpeedCAD
    Guest

    Default

    Registered forum members do not see this ad.

    Quote Originally Posted by Flores
    Vizwhiz posted link a while back that explains a little better what Speedcad is talking about:
    http://usa.autodesk.com/adsk/servlet...linkID=2475176

    Flores
    Hi...

    Exactly, in the page that Flores gave, are explained well what I said previously...

    Greetings...

Bookmarks

Posting Permissions

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