We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f1a5c commit d2e0a29Copy full SHA for d2e0a29
README.md
@@ -318,7 +318,7 @@ cad = AutoCAD()
318
```python
319
cad.open_file("path/to/open.dwg")
320
```
321
-- **send_command(command) & send_commands(command_list[])**: Opens an existing file.
+- **send_command(command) & send_commands(command_list[])**: Sends commands to current Doc
322
323
324
cad.send_command("LINE 0,0 100,100 ")
0 commit comments