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.
我想为墙的各个层提取表示平面视图中墙的线段。
Revit API 中有什么机制允许我这样做。
我不确定你是否能得到你想要的东西 - 但这是我的想法......你需要使用 Parts 功能(查看具有许多静态方法的 PartUtils 类来完成工作)将你的墙分成基于其层的部分。拥有图层后,您将能够从图层中提取面部几何图形,并从那里决定如何将面部点投影/提取到您感兴趣的平面上。
Jeremy Tammik 有几篇相关的博客文章:
祝你好运,马特