3dwannab Posted April 27, 2022 Posted April 27, 2022 The dim (attached) has this enabled and also has the lines suppressed in the Lines tab. The lines still shows even though this is checked. Is this a bug or any way to use Over Ext Line while not having the lines shown like below: Settings of the dim style below. Note: If At Ext Line is chosen then it works and the lines don't appear. Dim.dwg Quote
BIGAL Posted April 28, 2022 Posted April 28, 2022 (edited) You can push the dimension text to any where you want, you make the dim then move it. May work not tested on your dwg set text to normal position do a dim (setq obj (vlax-ename->vla-object (entlast))) (vlax-put obj 'TextMovement 1) (setq tpos (mapcar '+ (vlax-get obj 'TextPosition) (list -50 -125.0 0.0))) (vlax-put obj 'TextPosition tpos) Edited April 28, 2022 by BIGAL Quote
3dwannab Posted April 29, 2022 Author Posted April 29, 2022 Thanks Bigal as always. A lisp routine isn't really useful. I'm the only person in the office with AutoCAD and not LT so this wouldn't be ideal. Do this appear to you as a bug? 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.