捕捉物体

时间:2017-11-13 09:18:27

标签: c# autocad autocad-plugin

有没有其他方法来跟踪对象而不是以下链接?

through-the-interface.typepad.com/through_the_interface/2013/12/disabling-snapping-to-specific-autocad-objects-using-net-part-2

有谁知道如何打开/关闭捕捉物体?

点是否存储在我们可以修改的集合中?

我想在ZWCad中做类似的事情,遗憾的是不支持Overrule。

1 个答案:

答案 0 :(得分:0)

Autodesk知识网络向您展示了如何get/set system variables,您想要edit the OSMODE

// Set system variable to new value
Application.SetSystemVariable("OSMODE", 0);