Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个像这样的代理对象
但我不知道如何用 C# (autocad.net) 创建相同的
代理对象是在您当前未使用的 AutoCAD 垂直方向中创建的实体。您的 AutoCAD 副本知道如何显示它,但不能修改它。
要重新创建您在帖子中显示的代理对象,您必须弄清楚是什么构成了实体(AutoCAD Civil、Map、Mechanical 等)。一旦你知道了真正的对象类型,你就可以正确地重新创建它。