Jump to content

Recommended Posts

Posted

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:

 

image.png.ecd68de0da0e7717afb771e38fc91dfe.png

 

Settings of the dim style below. Note: If At Ext Line is chosen then it works and the lines don't appear.

 

image.png.dd74e123c88eb8847a43ccddf41d1375.png

Dim.dwg

Posted (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 by BIGAL
Posted

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?

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...