In this post, we will see how to resolve Revit API add insulation error – expected ElementId, got int Question: I try to write program for add insulation in Revit model. Now i want put only one type of insulation ...

Question: Im new to the Revit API. I can get the Revit link instance using C# with the code below. How do i get the LinkInstance using python. What i have tried so far. Would appreciate the help. Best Answer: ...

Question: I would like to be able to use a local navisworks or revit file to be available when using an online viewer app on forge. I have so far followed the tutorial here – https://learnforge.autodesk.io/#/datamanagement/oss/ that allows me to ...

Question: I am trying to find the file path of nested links and ran into a problem. I am interested in the 2nd level, meaning finding the file path of a link inside one of the links in the file ...

Question: When I use DesignAutomation (Autodesk Forge) to count the number of BuiltInCategory.OST_SpecialityEquiosystem elements visible on the Revit file by getting the FilteredElementCollector lstEleCollector = new FilteredElementCollector (doc, doc.ActiveView.Id); .But I realized that there is no Active View concept in ...

Question: i’m trying to place a family using the API (c#). When using the NewFamiltInstace overloaded method that takes (location, symbol,host, level, structural) – i’m expecting to get the instance of the hanger family in the level i have inserted, ...