'AutoCAD show whole command run through dialog box
In Autocad, some commands (like HATCH) will call a dialog box to pass parameter value to command, I just want to know how to get rid of prompt dialog box and execute the command only in command line? In other words: How do I know the template to complete a command?
Solution 1:[1]
Run command starting with -. Like this:
(commnad "-_HATCH" ......... )
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | CAD Developer |
