Relative Content

Tag Archive for c#revit-api

Revit api StairsEditScope example Problem

I want to try the example from https://www.revitapidocs.com/2023/47e4576e-4b01-ed1f-6dc1-885b6780aa07.htm. I’ll use my own method to find the bottomLevel and topLevel, and then input them into the example.

Autodesk Revit Room Name Spell Check

I am trying to implement a spell check for room names in Autodesk Revit using the LanguageTool API. However, Revit freezes as soon as I run the script. It seems like the problem starts when executing the following part of the code.