Command Function
Mar 10
You can use the AutoLISP command function to invoke the AutoCAD or DOS commands under control of an AutoLISP program. Your program may compute parameters on the fly and pass them one at a time to AutoCAD via a series of command function calls, or all the arguments may be prepared and delivered to AutoCAD at once with a single Command function call. There are three...
Read More