Over 1.106.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and sys.variables and env.variables,.
Discussion forum
?CAD discussions, advices, exchange of experience
CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.
Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
|
Post Reply
|
| Author | |
james@cougar
Newbie
Joined: 09.Oct.2007 Location: United Kingdom Status: Offline Points: 2 |
Topic: Print StylesPosted: 09.Oct.2007 at 12:11 |
|
Is there an easy way to set run the _ConvertPstyles command only if the pstylemode system variable is set to 0.
Thanks
|
|
![]() |
|
Vladimir Michl
Moderator Group
Arkance Systems CZ Joined: 26.Jul.2007 Location: Czech Republic Using: Autodesk software Status: Offline Points: 2144 |
Posted: 09.Oct.2007 at 13:05 |
|
sure - e.g. by a LISP function:
(if (= (getvar "PSTYLEMODE") 0)(command "_CONVERTPSTYLES"))
|
|
|
Vladimir Michl (moderator)
ARKANCE - https://arkance.world - Autodesk Platinum Partner |
|
![]() |
|
james@cougar
Newbie
Joined: 09.Oct.2007 Location: United Kingdom Status: Offline Points: 2 |
Posted: 09.Oct.2007 at 13:36 |
|
Sorry, but does this also work in non lisp environments. I am currently using AutoCad LT 2000.
Many thanks
James Edited by james@cougar - 09.Oct.2007 at 13:36 |
|
![]() |
|
Vladimir Michl
Moderator Group
Arkance Systems CZ Joined: 26.Jul.2007 Location: Czech Republic Using: Autodesk software Status: Offline Points: 2144 |
Posted: 09.Oct.2007 at 13:40 |
|
There are only limited customization tools in LT. But you can try to use a conditional Diesel expression in menu macros:
$M=$(if,$(=,$(getvar,pstylemode),0),_convertpstyles)
|
|
|
Vladimir Michl (moderator)
ARKANCE - https://arkance.world - Autodesk Platinum Partner |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0,270 seconds.
![CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](/common/arkance_186.png)


Print Styles
Topic Options


