Author Topic: I found a very complete polyline lisp tools  (Read 6045 times)

0 Members and 1 Guest are viewing this topic.

jtm2020hyo

  • Newt
  • Posts: 198
I found a very complete polyline lisp tools
« 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.

 

BIGAL

  • Swamp Rat
  • Posts: 1396
  • 40 + years of using Autocad
A man who never made a mistake never made anything

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: I found a very complete polyline lisp tools
« Reply #2 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.

I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

VovKa

  • Water Moccasin
  • Posts: 1626
  • Ukraine
Re: I found a very complete polyline lisp tools
« Reply #3 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 восстанавливает дуги   
:)

BIGAL

  • Swamp Rat
  • Posts: 1396
  • 40 + years of using Autocad
Re: I found a very complete polyline lisp tools
« Reply #4 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.

A man who never made a mistake never made anything

jtm2020hyo

  • Newt
  • Posts: 198
Re: I found a very complete polyline lisp tools
« Reply #5 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.
« Last Edit: April 08, 2020, 03:31:18 AM by jtm2018hyo »

jtm2020hyo

  • Newt
  • Posts: 198
Re: I found a very complete polyline lisp tools
« Reply #6 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.



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.
« Last Edit: April 08, 2020, 03:51:39 AM by jtm2018hyo »

VovKa

  • Water Moccasin
  • Posts: 1626
  • Ukraine
Re: I found a very complete polyline lisp tools
« Reply #7 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

Marco Jacinto

  • Newt
  • Posts: 47
Re: I found a very complete polyline lisp tools
« Reply #8 on: April 08, 2020, 12:19:10 PM »
I use this tools since 2009, I translate them to spanish.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: I found a very complete polyline lisp tools
« Reply #9 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)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

jtm2020hyo

  • Newt
  • Posts: 198
Re: I found a very complete polyline lisp tools
« Reply #10 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.

jtm2020hyo

  • Newt
  • Posts: 198
Re: I found a very complete polyline lisp tools
« Reply #11 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.

avenger9mm

  • Mosquito
  • Posts: 1
Re: I found a very complete polyline lisp tools
« Reply #12 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

jtm2020hyo

  • Newt
  • Posts: 198
Re: I found a very complete polyline lisp tools
« Reply #13 on: October 06, 2020, 06:48:55 PM »
Is this the complete list?