Jump to content

Lisp to measure Dimensions at intersections from fixed point


asdfgh

Recommended Posts

Hello,

Does anyone have lisp that could measure dimension linear at intersections between upper point of the line and intersection of the line with the yellow lines, the yellow lines could be lines, polylines or arcs. Find the following picture as reference. I need to select the white line, then select the yellow ones and the dimensions to be drawn.

new block.dwg

Thanks in advance

image.thumb.png.9f86d92bd5ffb28b50c26c0416642ff8.png

Edited by asdfgh
Link to comment
Share on other sites

Just wondering how this a LISP will be much quicker than Dimlinear unless you have a lot of points to dimension to the end of the line

 

How are you with creating a LISP by the way? 

 

Might do something like:

 

(command "dimlinear" (setq Pt1 (getpoint "Select  point")) (setq Pt2 (getpoint "Select  point on reference Line")) pt1 )

- start a loop

(command "dimlinear" (setq Pt1 (getpoint "Select  point")) pt2 pt1)

end loop

 

Job done. However it is Sudnay here, the weekend so you might have to wait to get a better answer and check that these suggestions work

Link to comment
Share on other sites

QDIM will dimension each one dimension between each intersection... If you want quick answer that's what I'd do - additions with measurements is no problem with me - I am satisfied with QDIM very much if I have to do it quickly...

  • Like 1
Link to comment
Share on other sites

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...