Hey! Didn't expect a reply from a God lisp programmer like you! Thanks for the response! I read many of your threads and I'm stuck on this problem from 2 weeks.
So I used your PLEO command lisp don't know what went wrong with it. See the log
------------------------------
656 objects converted to 1 polyline
Enter an option [Edit vertices/Close/Decurve/Fit/Join/Linetype-mode/Reverse/Spline/Taper/Width/Undo/eXit] <eXit>:
Cancel
Command: PLEO
To simplify Polylines,
Select entities or [FILter/Qselect]:
Entities in set: 1
Select entities or [FILter/Qselect]:
Unable to recognize entry. Please try again.
Error: bad argument type
Error: Invalid input. Please try again.
Specify next point or [Arc/Distance/Follow/Halfwidth/Width]:
Error: Invalid input. Please try again.
Specify next point or [Arc/Distance/Follow/Halfwidth/Width]:
Error: Invalid input. Please try again.
Specify next point or [Arc/Distance/Follow/Halfwidth/Width]:
Snap to END of:
Specify next point or [Arc/Distance/Follow/Halfwidth/Width]: _.undo
Error: Invalid input. Please try again.
Specify next point or [Arc/Distance/Follow/Halfwidth/Width]:
Specify next point or [Arc/Distance/Follow/Halfwidth/Width]: _end
Snap to END of:
Cancel
----------------------------------
Please refer to the attached drawing.
This is the original shape of the drawing(Image) :https://i.ibb.co/dL5f6V3/Shape-Of-Line.jpg
If you zoom the drawing you'll see such bumps and uneven lines on the drawing: https://i.ibb.co/dsTx66K/Bumps.jpg
I just want to remove this bumps and make line polyline smooth. I also want to make the process easy so that user can get it.
Directly using PLD command on the raw line isn't helping me me to smooth it correctly. So as you read the previous thread where my process to obtain smooth curve was to PEDIT->JOIN->SPLINE->EXPLODE->PEDIT->JOIN->PLD->10->7->PEDIT->SPLINE.
I couldn't give the splined line to PLD,it threw error 0 lines simplified.It only accepted pedit->join polyline. Initially there are 652 lines and when I use PLD on it,it worked nicely.(Actually it works well up to 3000+ points in IntelliCAD,It takes time but it works.I haven't tested 4000 range). I have no idea about lisp programming,I'm C/C++ developer.
The Pldiet lisp of your is the solution for my problem but unfortunately InetlliCad couldnt handle after some extent.