显示, 反隐藏AutoCAD图元. 隐藏图元请用dos_hideobjects.
(dos_showobjects entity-name)
(dos_showobjects selection-set)
(dos_showobjects)
entity-name
要显示的图元名.
selection-set
要显示的选择集.
注意, 如果不指定参数则显示所有被隐藏的图元.
如果成功, 显示返回图元的数量.
nil 失败时.
Command: (dos_showobjects ss)
3