
Revit API Docs
Located in SF Bay Area or LA? Get free Revit AI automation consulting from YC-backed AI engineers →
Revit API 2024
Revit API 2024 Use the search box or collapsible namespace navigation to explore the API documentation. What's New in the Revit 2024 API Revit API 2024 - Official Reference Guide
Solid Class - Revit API Docs
Autodesk.Revit.DB.GeometryElement geoElement = element.get_Geometry(geoOptions); // Get geometry object foreach (GeometryObject geoObject in geoElement) { // Get the geometry instance …
BuiltInCategory Enumeration - Revit API Docs
Autodesk.Revit.DB.IFC Namespace Autodesk.Revit.DB.Lighting Namespace Autodesk.Revit.DB.Macros Namespace Autodesk.Revit.DB.Mechanical Namespace Autodesk.Revit.DB.Plumbing Namespace …
NewFamilyInstance Method (Reference, XYZ, XYZ ... - Revit API Docs
Once inserted, these linear family instances can have their endpoints changed by using the instance's Element.Location property. Note: if the created family instance includes nested instances, the API …
Geometry Property - Revit API Docs
When the element is changed for any reason, the geometry will be recalculated by Revit and geometry objects obtained before the change are likely to no longer be valid.
FabricationPart Members - Revit API Docs
Online Documentation for Autodesk's Revit API: 2015, 2016, 2017, 2017.1, 2018
Parameter Class
Revit contains many built in parameter types but users and now developers, via the API, can add their own parameters in the form of shared parameters. The developer should become familiar with the …
Selection Methods - Revit API Docs
Online Documentation for Autodesk's Revit API: 2015, 2016, 2017, 2017.1, 2018
Element Class - Revit API Docs
The data in a Revit document consists primarily of a collection of elements. An element usually corresponds to a single component of a building or drawing, such as a wall, door, or dimension, but it …