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 文件,其中有几扇门。当我尝试提取门的边界框时,门的扫描也包含在我不想要的边界框中。我只想要与门本身对应的边界框。我对 revitAPI 和 C# 很陌生。如果你们能写一些可以帮助我的代码,我将不胜感激。
门扫通常不以 3D 形式显示。您是否考虑过要求 3D 边界框而不是当前视图?(将 null 传递给 BoundingBox/get_BoundingBox 方法)。