除了下面的链接,还有没有其他跟踪对象的方法?
through-the-interface.typepad.com/through_the_interface/2013/12/disabling-snapping-to-specific-autocad-objects-using-net-part-2
有人知道如何打开/关闭捕捉对象吗?
点是否存储在我们可以修改的集合中?
我想在ZWCad中做一些类似的事情,但不幸的是Overrule不被支持。
发布于 2018-03-02 04:48:59
Autodesk knowledge network向你展示了如何get/set system variables,你会想要edit the OSMODE。
// Set system variable to new value
Application.SetSystemVariable("OSMODE", 0);https://stackoverflow.com/questions/47260725
复制相似问题