Questions tagged [revit]

Revit is a BIM (Building Information Modeling) software tool used by architects, engineers, etc.

Revit is a BIM (Building Information Modeling) software tool for Windows OS used by architects, engineers, etc. It was created by Revit Technologies Inc. and then purchased by Autodesk Inc. in 2002. It has a .NET API that can be used to interact with the UI as well as the underlying objects inside of project and family files.

Resources

The Building Coder

529 questions
-2
votes
1 answer

FileNotFoundException SQLite

I am trying to use a SQLite in a Revit App but got the error shown in the image. the dll is referenced and I put it in the directory but it didn't work. What is the possible reason?
uakam
  • 27
  • 6
-3
votes
1 answer

What version of Revit does AutodeskForge support?

When converting the file created by Revit 2014 to SVF, the following error occurred: The file was saved in an old version of Revit which we don't support. Please upgrade this project to Revit {0} or later. I found out that the Revit version is…
-3
votes
1 answer

Revit (bim) and javascript/python

Can I update a Revit model using JavaScript or python? How can I view the model on a web browser?
Mixtelf
  • 13
  • 2
-3
votes
1 answer

Python Issue with exceptions

I'm having some issues getting my error handling to work I've exhausted my searching and digging into can someone help me a bit. Basically, im trying to check if the path exists if it does set file_location and move on else make directory if the…
1 2 3
35
36