danyra Posted January 7, 2020 Share Posted January 7, 2020 I made my dimensions with this code, why they are not aligned? Look in the image below. (and (setq Z l3) (vl-cmdf "_DIMLINEAR" "_non" p3 "_non" (polar p3 0 Z) (mapcar '+ p3 (list 0 (* Z -0.5 )) ) ) ) (princ) ) Quote Link to comment Share on other sites More sharing options...
marko_ribar Posted January 7, 2020 Share Posted January 7, 2020 (vl-cmdf "_.DIMLINEAR" "_non" p3 "_non" (polar p3 0 Z) "_non" (mapcar '+ p3 (list 0 -12.5))) 1 Quote Link to comment Share on other sites More sharing options...
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.