Message 1 of 3
Puzzling with at script for Autocad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to make a script, which creates a square, where lines are joined, and corner are filled radius 5
And further more a text in the middle of the square
Here is what i got so far
_line 0,0 560,0 560,490 0,490 0,0 - works
_SELECT 280,0 560,245 JOIN doesnt work
then filled in every corner R5
insert a text in the middle of the square
Couldnt find anything on google, that really helped