Greetings,
I am in need of automating the open, join, set to origin and save commands for a set of DXF files that contain an individual 2D shape consisting of x lines segmented together. I am currently using ACAD LT 2019. Tried the scripting route though don't seem to be able to accomplish this via script. example script below:
OPEN "F:\Test1.dxf"
SELECT
ALL
JOIN
ALL
Open and select seem to work but cannot get beyond Join. If I do the commands manually as below:
Opening an AutoCAD LT 2018/AutoCAD 2018 DXF file.
Regenerating model.
*Cancel*
Command:
Command:
Command: JOIN
Select source object or multiple objects to join at once: all
4 found
Select objects to join:
4 objects converted to 1 polyline
The polyline is generated as expected.
Any insight, suggestions, or examples would be greatly appreciated.
Many Thanks,
Chuck
Solved! Go to Solution.