zwonko Posted September 22, 2021 Share Posted September 22, 2021 (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 September 22, 2021 by zwonko Quote Link to comment Share on other sites More sharing options...
AirBall Posted January 18, 2023 Share Posted January 18, 2023 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted January 18, 2023 Share Posted January 18, 2023 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 Quote Link to comment Share on other sites More sharing options...
AirBall Posted September 18 Share Posted September 18 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 :")) 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.