
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to write a script to join all lines using the Pedit / join command. I then intend to use ScriptPro to run the script on lots of drawings. I can't work out the correct code having tried lots of variation's. Here's a couple of attempts that don't work. If you can give me any help as to what I am doing wrong that would be greatly appreciated 🙂
------------------------------------------------------------------------------------------------------
PEDIT
Select polyline or [Multiple]: multiple
Select objects: all
Convert Lines, Arcs and Splines to polylines [Yes/No]? <Y> yes
Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: join
Join Type = Extend
Enter fuzz distance or [Jointype] <0.00>: 0.0000
Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: exit
qsave
------------------------------------------------------------------------------------------------------
PEDIT
multiple
all
yes
join
Extend
0.0000
exit
qsave
------------------------------------------------------------------------------------------------------
Thanks in advance
M
Solved! Go to Solution.