ohiocad
Structural
- Apr 6, 2001
- 193
We're working on porting our old LT2000 menu over to Acad 06, adding/adjusting parts of it, and there's a problem I can't figure out. We have it set up to automatically adjust dimension styles based on the drawing scale. But, the problem I can't solve is how to get it to adjust the dimension SUBstyles, like Style2:angular.
When I list one of the angular dimensions, it lists it as Style2$2. Running through the macro, trying to get it to set that style current, the $ confuses it, and it hiccups. I guessed (hoping, and tried:
-dimstyle restore "style2$2"
and
-dimstyle restore (style2$2)
but neither works. This is a whole new world for me, getting into the programming, even the basic stuff, so any help would be appreciated.
When I list one of the angular dimensions, it lists it as Style2$2. Running through the macro, trying to get it to set that style current, the $ confuses it, and it hiccups. I guessed (hoping, and tried:
-dimstyle restore "style2$2"
and
-dimstyle restore (style2$2)
but neither works. This is a whole new world for me, getting into the programming, even the basic stuff, so any help would be appreciated.