Message 1 of 4
How to write script for AutoCAD 2019?

Not applicable
03-24-2019
11:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all!
I am currently using AutoCAD 2019 and I am trying to write a simple script that will create circles in the program, but the script is not working properly, that is, some circles have the same center point and that should not be the case. Can anyone give me some advice or help me? I don't know what am I doing wrong.
Here is that simple script:
Circle
0,0
100
Circle
50,50
60
Circle
70,70
30
Circle
100,100
15
<blank space>
And here is the picture