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# の Revit API から Visibilty Graphics の [フィルタ] タブからフィルタにアクセスして追加する方法を知っている人はいますか? 私はバージョン 2014 の API を使用しています。2 番目のスクリーンショットではリストは空ですが、私の revit プロジェクトではフィルタで満たされています。
私は解決策を見つけました:
FilteredElementCollector viewCollector = new FilteredElementCollector(doc); viewCollector.OfClass(typeof(FilterElement));
コレクション内の FilterElements は、私の質問で説明されているダイアログ内のものです。