Jump to content

Recommended Posts

Posted (edited)

Give sample dwg, mark what You need.

Also write od You want to set section number manualny od it should be increment.

Maybe just LeeMac NumInc lsp is what You need. 

Edited by zwonko
  • 1 year later...
Posted

I modified a litle bit a LISP long_section_3dp and a result is first section in example.dwg. Can anyone help me to modified a lisp to look similar like the second section in dwg (to add vertical scale bar, scale and number of point and distance between).

 

 

example.dwg long_section_3dp - modified.lsp

Posted

Hi, I use block attribute for the points. Is it possible to include in the update to read the numbers of the attributes and insert them to the long section ?

example.dwg

  • 1 year later...
Posted

Hello, 

Does anybody know how to set default value for horizontal and vertical scale 100 , and starting chainage 0 in previous LIPS long_section_3dp. But I want to keep option to enter scale.

 

 (setq h_s (getint "\nEnter horizontal scale :"))
   (setq v_s (getint "\nEnter vertical scale :"))
   (setq tex1 (getreal "\nEnter starting chainage :"))
 

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