Puzzling with at script for Autocad

Puzzling with at script for Autocad

skl2AQW6
Observer Observer
293 Views
2 Replies
Message 1 of 3

Puzzling with at script for Autocad

skl2AQW6
Observer
Observer

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

0 Likes
294 Views
2 Replies
Replies (2)
Message 2 of 3

pendean
Community Legend
Community Legend

Umm, why not just use RECTANG command to draw your square and use the fillet option within that command to create the rounded fillets https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/Au...

Honestly though, it looks like you just need a Dynamic Block with Attribute(s).

Message 3 of 3

steven-g
Mentor
Mentor

The same question is also asked here