Print Page | Close Window

need LSP app to load PLDIET

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13567
Printed Date: 13.Jun.2026 at 07:22


Topic: need LSP app to load PLDIET
Posted By: jseng1
Subject: need LSP app to load PLDIET
Date Posted: 09.Mar.2021 at 18:32
Is there a LSP app to load PLDIET into my autocad 2000?

I need to use these commands to clean up unwanted vertices:


EXPLODE, JOIN, PLDIET 7 3 S

Or 

SPLINEDIT, FLATTEN





Replies:
Posted By: John Connor
Date Posted: 10.Mar.2021 at 13:41
Are you referring to the PEDIT (Polyline Edit) command?  Looks like you are inquiring about a command called Polyline Diet.  No such command exists in AutoCAD 2000.  Not sure why you would need a lisp routine to invoke the command since AutoCAD gives you multiple ways to do so unless you want to combine it with one or more other commands.  Example: PEDIT, Multiple, Join, Fuzz Distance.

You can also use a Macro to run a series of commands.



-------------
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>



Posted By: rebellio
Date Posted: 11.Mar.2021 at 14:53
https://www.cadstudio.cz/en/download.asp?file=PLDiet+(PLD)+-+simplify+LWpolylines,+reduce+...


Posted By: John Connor
Date Posted: 12.Mar.2021 at 00:46
How to automatically load lisp routines in AutoCAD.

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Automatically-load-AutoLISP-routines.html" rel="nofollow - How to automatically load LISP routines in AutoCAD | AutoCAD | Autodesk Knowledge Network


-------------
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."

<<AutoCAD 2015>>




Print Page | Close Window