Partial Open

Discussion in 'AutoCAD' started by dean_bourke, Feb 16, 2005.

  1. dean_bourke

    dean_bourke Guest

    Hi,
    Is it possible to use the PARTIALOPEN Command thru lisp?

    Dean
     
    dean_bourke, Feb 16, 2005
    #1
  2. dean_bourke

    kemp Guest

    Any command you can type into the command prompt can be done in lisp -
    or are you looking for a vlisp method? If that is the case I do not know
    that you can.

    kemp
     
    kemp, Feb 18, 2005
    #2
  3. dean_bourke

    dean_bourke Guest

    (command ".partialopen")
    partialopen Unknown command "PARTIALOPEN". Press F1 for help.
    Command: nil

    Command: (command "-partialopen")
    -partialopen
    Command: nil

    Would you like to elaborate?
     
    dean_bourke, Feb 20, 2005
    #3
  4. dean_bourke

    kemp Guest

    I may have been hasty in my answer, when I saw nil instead of an error
    in my quick test. In this case I'd suggest try creating a script file to
    handle this.

    sorry :)

    kemp
     
    kemp, Feb 21, 2005
    #4
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.