Key-in for Changing the
Dimension Terminators
By ControlAltDelete
- www.penbrush.com
What is the key-in for changing the dimension terminators
(inside, outside, auto)? I need to use it for a function
key.
The following line should be entered
as a single key-in.
mdl load calculat; calculator mdlDimStyle_setIntergerProp
(mdlDimStyle_getActive (), X, 716)
You should substitute X for one
of the following integers: 0 for Auto, 1 for Reversed,
2 for Inside and 3 for Outside.
Note that this key-in will affect
the active dimension style.