Poradnik: Revit API 2025 z C#:
Pierwsze kroki
Nowe API Revita 2025 wprowadziło wiele zmian, szczególnie w zakresie pierwszych kroków tworzenia pluginów.
Dlatego przygotowaliśmy zaktualizowany poradnik, z którym:
- Utworzysz twój pierwszy plugin.
- Skonfigurujesz środowisko programistyczne C#.
- Zaczniesz wprowadzać Twoje automatyzacje do Revita!
Podstawy Revit API
Revit Lookup: insights for Revit API developers
Revit Lookup lets you inspect “behind-the-scenes” data of Revit projects....
FilteredElementsCollector: Getting elements with Revit API
FilteredElementCollector allows you to access all kinds of Elements in...
Inserting Families with Revit API
You can insert families programmatically at points, on faces or...
Transactions: required to modify Revit projects with API
Your code can’t modify Revit projects without a Transaction. Knowing...
Selecting and Picking Elements in Revit API
Selecting elements or geometries in your plugin is possible with...
Buttons in Revit API: PushButton, PulldownButton, SplitButton, RadioButtonGroup
Revit API offers several types of buttons to enhance your...
Revit menu customization: ribbon tabs, panels, buttons, textBoxes, comboBoxes
You can add your own panels, tabs, buttons, and other...
Revit Plugin types
Revit API provides three plugin types: Command, Application, and DBApplication. They have various...