Code Red > AutoLISP (Vanilla / Visual)
How to modify Dim variables ?
REGHUYES:
How to modify Dim variables ( not override ) thro Autolisp .pls a simple code
irneb:
Easiest would be to use setvar to change the Dim* vars. Then use a command call to DimStyle with a Save option - to overwrite the current DimStyle with the new variables. That last step changes the overrides into the standard settings for the dimstyle.
More difficult method would be to entmod the dimstyle's object in the DimStyle table.
Lee Mac:
Alternatively, you can modify the various Dimension System Variables, then use the CopyFrom method with the Source Object parameter as the Active Document Object to copy the current settings to a supplied DimStyle Object.
CAB:
A little help with your search
https://www.google.com/search?hl=en&as_q=copyfrom+dimension+style&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=&cr=&as_qdr=all&as_sitesearch=http%3A%2F%2Fwww.theswamp.org%2Findex.php%3Fboard%3D2.0&as_occt=any&safe=images&tbs=&as_filetype=&as_rights=
ronjonp:
--- Quote from: CAB on May 03, 2012, 01:46:04 pm ---A little help with your search
https://www.google.com/search?hl=en&as_q=copyfrom+dimension+style&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=&cr=&as_qdr=all&as_sitesearch=http%3A%2F%2Fwww.theswamp.org%2Findex.php%3Fboard%3D2.0&as_occt=any&safe=images&tbs=&as_filetype=&as_rights=
--- End quote ---
Yowsa! :lol:
http://goo.gl/ --> http://goo.gl/oZsAl
Navigation
[0] Message Index
[#] Next page
Go to full version