Fthnl Posted November 2, 2023 Posted November 2, 2023 Hi everyone; I want to draw multiple polylines which starts different point but follows same path and end at same point. Is there any quick way to do this. https://ibb.co/D88936Z Quote
Cad64 Posted November 2, 2023 Posted November 2, 2023 You could try using the MLINE command: https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-A6839A41-0D81-44F2-953A-220307F9380A Or just draw one polyline and then offset it to create the other lines. Quote
Fthnl Posted November 2, 2023 Author Posted November 2, 2023 (edited) I think i couldn't explain what i need. Ther will be approximately 500-1000 polyline in one project. Polylines are cable and the path is cable tray. Polylines end in same end point but they start different points and some points they will folow path to the end. Maybe a lisp or some quicker method to draw polylines not one by one. Edited November 2, 2023 by Fthnl Quote
Cad64 Posted November 2, 2023 Posted November 2, 2023 5 minutes ago, Fthnl said: Maybe a lisp or some quicker method to draw polylines not one by one. Yes, if you're talking about hundreds of polylines then you will probably need a lisp routine. I have moved your question to the Autolisp section here: https://www.cadtutor.net/forum/forum/15-autolisp-visual-lisp-amp-dcl/ Quote
BIGAL Posted November 3, 2023 Posted November 3, 2023 If I understand draw pline 3 1st using some smarts, then pick pline 2 start point, then done, pick pline start point 1, then done. You talk about hundreds so need a better dwg with plines for say 50 plines so get a better idea of what your trying to do. Quote
Fthnl Posted November 3, 2023 Author Posted November 3, 2023 (edited) Sample Project.dwg This is a sample project which i need to draw polyline (red) which starts green and purple blocks right and left side and finish underside of all. all polyline will finish same location. Edited November 3, 2023 by Fthnl Quote
Steven P Posted November 3, 2023 Posted November 3, 2023 Just wondering, you arn't going to get hundred of cables side by side on a cable tray, they will be bunched together or stacked on top of each other (1000 cables at say 20mm diameter side by side gives a 20m wide cable tray.....). Which is what you show. So in reality do you need to draw each cable along the complete route or just from the start point to where it joins the main cable route? This is the part you'd be doing manually anyway Quote
Fthnl Posted November 6, 2023 Author Posted November 6, 2023 On 11/3/2023 at 8:34 PM, Steven P said: Just wondering, you arn't going to get hundred of cables side by side on a cable tray, they will be bunched together or stacked on top of each other (1000 cables at say 20mm diameter side by side gives a 20m wide cable tray.....). Which is what you show. So in reality do you need to draw each cable along the complete route or just from the start point to where it joins the main cable route? This is the part you'd be doing manually anyway Cable is 6mm dimater and cables will be bunched together in a tray. I will choose how tray will be in each direction by how much cable are in that direction. Thats why i need to draw all polyline so i can quickly count them. Quote
exceed Posted November 8, 2023 Posted November 8, 2023 (edited) draw the longest route, copy it, and then trim it, use PLC route for continue draw exist polyline. (work end by space bar, not esc key) https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/share-your-favorite-usefull-lisp-files/m-p/8071104/highlight/true#M370151 If it is difficult to overlap, work by temporarily hiding it. https://www.cadtutor.net/forum/topic/30966-lisp-for-hidingshowing-objects/?do=findComment&comment=374578 ============================================================================ or use ronjonp’s wireruns. http://www.theswamp.org/index.php?topic=45092.msg503931#msg503931 Edited November 8, 2023 by exceed 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.