TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: jtm2020hyo on April 04, 2020, 09:09:50 PM

Title: I found a very complete polyline lisp tools
Post by: jtm2020hyo on April 04, 2020, 09:09:50 PM
link:

https://dwg.ru/dnl/607

 

PLTOOLS are tools focused to polylines. but all annotations are in Russian. so I want to ask in this forum if anyone has the English version.

 
Title: Re: I found a very complete polyline lisp tools
Post by: BIGAL on April 06, 2020, 09:45:10 PM
Posted elsewhere as well forums/Autodesk.

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/i-found-a-very-complete-polyline-lisp-tools/td-p/9422627

Title: Re: I found a very complete polyline lisp tools
Post by: CAB on April 07, 2020, 05:04:07 PM
I have not explored the source but I would not run compiled software without verifying the source & safety of it.My 2 Cents.

Title: Re: I found a very complete polyline lisp tools
Post by: VovKa on April 07, 2020, 05:27:35 PM
without verifying the source & safety of it
abstract from history.txt
Quote
02.12.2007
      Благодаря идее Charles Alan Butler (CAB) PL-VxRdc восстанавливает дуги   
:)
Title: Re: I found a very complete polyline lisp tools
Post by: BIGAL on April 08, 2020, 01:43:48 AM
For anyone the code is plain lisp but written in Russian so threw it at google translate got something like this not tested.

Title: Re: I found a very complete polyline lisp tools
Post by: jtm2020hyo on April 08, 2020, 03:28:15 AM
without verifying the source & safety of it
abstract from history.txt
Quote
02.12.2007
      Благодаря идее Charles Alan Butler (CAB) PL-VxRdc восстанавливает дуги   
:)


Hi sir, I am 90% that you are the lisp routine author ,Did you created any english version? I mean the complete "pltool" (cuix, dll, vlx, lsp, dcl, menu bar, etc.) shared in the oficial link.
Title: Re: I found a very complete polyline lisp tools
Post by: jtm2020hyo on April 08, 2020, 03:43:20 AM
For anyone the code is plain lisp but written in Russian so threw it at google translate got something like this not tested.

(https://i.imgur.com/OhFpZN2.png)

hi sir, I will start to test your shared lisp, thanks for help.

my first report is that, as is showed above ,the code was modified in at least 70%( black color mean that code keep their original source), a lot better that when I tried translate it.


PD: what a pain upload images in the forum.
Title: Re: I found a very complete polyline lisp tools
Post by: VovKa on April 08, 2020, 06:37:41 AM
I am 90% that you are the lisp routine author
no
i am those 10%

but i can tell you that at least 4 of the authors are theswamp members
Title: Re: I found a very complete polyline lisp tools
Post by: Marco Jacinto on April 08, 2020, 12:19:10 PM
I use this tools since 2009, I translate them to spanish.
Title: Re: I found a very complete polyline lisp tools
Post by: CAB on April 08, 2020, 01:33:36 PM
without verifying the source & safety of it
abstract from history.txt
Quote
02.12.2007
      Благодаря идее Charles Alan Butler (CAB) PL-VxRdc восстанавливает дуги   
:)
Thanks for that update. In that case I think I would run it.    8)
Title: Re: I found a very complete polyline lisp tools
Post by: jtm2020hyo on April 11, 2020, 01:44:52 AM
I use this tools since 2009, I translate them to spanish.

please sir, share us, that tools is gold.
Title: Re: I found a very complete polyline lisp tools
Post by: jtm2020hyo on April 23, 2020, 03:45:43 AM
For anyone the code is plain lisp but written in Russian so threw it at google translate got something like this not tested.

Well, here my second report.

50%of commands does not work in the translated version.

... probably the easiest way is to learn russian.
Title: Re: I found a very complete polyline lisp tools
Post by: avenger9mm on October 06, 2020, 01:00:03 PM
From google translate:
PL-JOIN -Junction of selected polylines
PL-VFI -insert vertices in the selected polyline at the intersection with
by specified polylines, lines, arcs
PL-JOIN3D - Join 3D polylines
PL-A2L - Replace a line segment in a polyline with an arc segment.
PL-L2A - Replaces an arc segment in a polyline with a line segment.
PL-DIV -Divides the selected polyline segment into the specified number
segments or through a specified distance
PL-DIVAll -Divides all polyline segments by the specified number
segments or through a specified distance
PL-VxAdd -Adds a new vertex to the polyline
ENTREVS -Reverse Object
ENTREV - Reverse Objects (Multiple Choice)
PL-CW - Reverse selected polylines clockwise
PL-CCW-Reverse selected polylines counterclockwise
PL-VxRdc -Delete vertices of polylines that lie on one straight line
PL-VxDel -Delete selected vertex
pl-VxOpt -Remove coincident vertices from a polyline
PL-NoArc - Approximation of arc segments of polyline
PL-Clone -Construction of a polyline by copying its segments
PL-VxMove -Move polyline vertices (command line)
PL-Vx1 -Changing the beginning of the polyline (command line)
ConvTo2d - Convert line objects to 2D polylines
ConvTo3d - Convert line objects to 3D polylines
MPL - Building the center line
R3P - 3-point rectangle
PL-P90 -Drawing polyline segments perpendicular to each other
PL-CSE -Combine 2d polylines by primitive
PL-SgWidth -Change the width of the polyline segment
Title: Re: I found a very complete polyline lisp tools
Post by: jtm2020hyo on October 06, 2020, 06:48:55 PM
Is this the complete list?