哪吒机器人提醒:

提醒:HyperPics: Beyond the UI
【标题】Creating Objects without the COMMAND Function in AutoCAD
【摘要】the entmake and entmakex functions are often forgotten elements of the autolisp programming environment because the use of the command function to call a command line line and circle are so tempting and easy. ?why reinvent the wheel if you do not need to, or in this case the functionality.both entmake and entmakex allow you to create new graphical and non-graphical objects without using the command function. this allows you to create a line and assign it a specific layer without first changing ... (08-22 17:40)