danyra Posted July 20, 2020 Posted July 20, 2020 I want to do a dimension since the P4 P9, like in the image 2, but I wrote like you can see below and the dimension its going up(like in image 1) , I want it to go to the right! Please help, what i am doing wrong? (and (vl-cmdf "_DIMLINEAR" p4 p9 (mapcar '+ p9 (list 0.15 0.45 )) ) ) (princ) ) Quote
Tharwat Posted July 20, 2020 Posted July 20, 2020 You can either of the following as you wish. Disable your OSMODE settings then enable it back after creating the dimensions , or add "_none" before P4 and P9 and point that position the text position to ignore the OSMODE settings without disabling and enabling them before and after dimensioning. Quote
danyra Posted July 20, 2020 Author Posted July 20, 2020 12 minutes ago, Tharwat said: You can either of the following as you wish. Disable your OSMODE settings then enable it back after creating the dimensions , or add "_none" before P4 and P9 and point that position the text position to ignore the OSMODE settings without disabling and enabling them before and after dimensioning. I set it as you said me but doesnt work, the outcome is the same... (and (vl-cmdf "_DIMLINEAR" "_none" p4 "_none" p9 (mapcar '+ p9 (list 0.15 0.45 )) ) ) (princ) ) Quote
Tharwat Posted July 20, 2020 Posted July 20, 2020 Also before the mapcar that is related to the text position as I already mentioned in my first reply. Quote
Roy_043 Posted July 21, 2020 Posted July 21, 2020 (edited) You would need to use"_none" 3 times since you are working with 3 points. Also: after the 2nd point you have the option to enter "_horizontal" or "_vertical". Edited July 21, 2020 by Roy_043 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.