Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How works the join command in autolisp?
Basically I want to gather some objects in a selection set and at the end I want to join them.
Here are two LINEs and 3 ARCs in the picture.
With pedit I can join them: (command "pedit" "M" (ssget) "" "Y" "J" "" "")
I tried to use the join command but it not works for me (command "join" (ssget))
In AutoCAD in the command line it works, I select all the lines and joint command makes a polyline from them .
Why is in autolisp a selection set not a good input for join command.
Solved! Go to Solution.