Functions for Working with AutoCAD
Command
- Sending Commands to the AutoCAD editor
- This is you basic communication tool with AutoCAD
- Remember to always prefix your commands with an underscore (_) AND a period (.)
- The underscore translates the command from English to what ever language the computer is set for. This may not seem important, but it is a very good habit to develop
- The period is much more important, it tells AutoCAD to use the original command, in case someone has customized the command in some way. It is possible to re-write a command to remove options and such