0

In my office, I have a PC that does not meet the minimum requirements to install Revit. I want to use it just for writing my API codes in VS Code, so I can use them later on another PC with Revit installed

here my settings in vscode

enter image description here

As an example, I can acces Autodesk.Revit.DB as shown below but not the classs FilteredElementCollector

enter image description here

1 Answer 1

0

You can probably achieve what you need simply by copying the Revit API .NET assembly DLLs onto your programming machine. They are installed in the same directory as Revit.exe. They are also available in various NuGet packages; search for something like NuGet Revit API to find them.

Not the answer you're looking for? Browse other questions tagged or ask your own question.