News

CURSO REVIT API BASICO Este curso tiene como objetivo introducir a los estudiantes a la Revit API y enseñarles cómo desarrollar aplicaciones sencillas que interactúen con Revit. Al finalizar, los ...
If you have ever encountered a Revit API exception saying, "Cannot execute Revit API outside of Revit API context", typically when you want to execute Revit API code from a modeless window, you may ...
To fix this, the Revit API provides a method called ` FamilyInstance.get_Room (Phase) `. This allows you to retrieve room information for the specific phase you need, even if the family instance was ...