AutoCAD Architecture Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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")
Solved! Go to Solution.
Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 05:39 AM in reply to:
The_Caddie
(command "SHADEMODE" "2") would be better. Justo.
Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 06:51 AM in reply to:
JustoAg
just returns nil, tryed it before
Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: Need a lisp to set SHADEMODE to wireframe currnt lisp dosnt work?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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

