nrt1111 Posted February 19, 2018 Posted February 19, 2018 I am after a LISP to draw a polyline between selected COGO points. The attached (JohnM - 2009) does something very similar to what i am trying to achieve using normal autocad points. Any help would be greatly appreciated. pline.lsp Quote
BIGAL Posted February 19, 2018 Posted February 19, 2018 That's a protected lisp un protected as a start. Ignoring that joining points is not a problem, but you have not provided any info about what type of points, acad point, Cogo point and if so how to make the list of points by number etc ? Quote
SLW210 Posted February 19, 2018 Posted February 19, 2018 I have moved your thread to the AutoLISP, Visual LISP & DCL Forum, please post in the most appropriate forum for your question. Quote
nrt1111 Posted February 20, 2018 Author Posted February 20, 2018 Bigal, So my process is: 1) import points from a csv file 2) Points are put on layers using description keys 3) I then go through and join COGO points (that have a number suffix) using the code - order will be the point number (which should be the same as the order of creation into cad) so all COGO points with the same code are joined by a polyline that is put on the layer of the COGO point. The points are used to create a surface and some of the lines are used as breaklines. Quote
BIGAL Posted February 21, 2018 Posted February 21, 2018 Ok start with the link posted next line, what you want is known as stringing joining points automatically and its built in to CIV3D. Now I dont use it we use a 3rd party program. So my tutorial help stops now. http://docs.autodesk.com/CIV3D/2013/ENU/index.html?url=filesCUG/GUID-46CA2DE7-8889-42CC-AC13-1DCC9A2DA773.htm,topicNumber=CUGd30e52510 Then go to the help on "Linework code set" Quote
MessatsuX Posted October 6, 2023 Posted October 6, 2023 You're thinking of command 'PN and then drawing lines between point numbers, it will effectively trace them. 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.