• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Architecture Customization

    Reply
    Mentor
    The_Caddie
    Posts: 204
    Registered: ‎06-08-2010
    Accepted Solution

    Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?

    138 Views, 4 Replies
    03-05-2012 01:01 AM

    We need a lisp to set our SHADEMODE to wire frame. However is the following isn't working for me.

     

    (command "SHADEMODE" "wireframe")

     

    Please use plain text.
    Valued Contributor
    Posts: 80
    Registered: ‎09-23-2008

    Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?

    03-05-2012 05:39 AM in reply to: The_Caddie
    (command "SHADEMODE" "2") would be better. Justo.
    Please use plain text.
    Mentor
    The_Caddie
    Posts: 204
    Registered: ‎06-08-2010

    Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?

    03-05-2012 06:51 AM in reply to: JustoAg

    just returns nil, tryed it before

     

    Please use plain text.
    Valued Contributor
    Posts: 80
    Registered: ‎09-23-2008

    Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?

    03-05-2012 07:03 AM in reply to: The_Caddie

    The command function in lisp always returns nil. Try a shade view and then invoque the code sent before to see the effect.

     

    Justo.

    Please use plain text.
    *Expert Elite*
    Posts: 1,881
    Registered: ‎12-09-2003

    Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?

    03-05-2012 04:38 PM in reply to: The_Caddie

    Depending upon what version you are using, you may want to use the VSCURRENT command, rather than SHADEMODE.

    David Koch
    Please use plain text.