Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

-DIMSTYLE not setting dim style current??

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
217 Views, 2 Replies

-DIMSTYLE not setting dim style current??

I'm in A2006, and trying to use -dimstyle in a pallete button to set a style current.
my command string is:
^c^c(COMMAND "-DIMSTYLE" "R" "BL-SETBACK")

works every time at the command line, but not in a palette button it seems.
any ides?
James Maeding
Civil Engineer and Programmer
jmaeding - at - hunsaker - dotcom
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

hmm, might have been the ^c^c I had in front.
darn little details...
James Maeding
Civil Engineer and Programmer
jmaeding - at - hunsaker - dotcom
Message 3 of 3
lefthand-swordsman
in reply to: Anonymous

hi mate ,
just in my view
^c^c(COMMAND "-DIMSTYLE" "R" "BL-SETBACK") may be you write on menu
you are better make a command
for examlpe ,(defun c:_ aa ()(COMMAND "-DIMSTYLE" "R" "BL-SETBACK") ),and write on menu
^c^c_aa

if it have some wrong ,please exam your ()(COMMAND "-DIMSTYLE" "R" "BL-SETBACK")

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost