About 204,000 results
Open links in new tab
  1. Revit API Docs

    Located in SF Bay Area or LA? Get free Revit AI automation consulting from YC-backed AI engineers →

  2. 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

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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.

  7. FabricationPart Members - Revit API Docs

    Online Documentation for Autodesk's Revit API: 2015, 2016, 2017, 2017.1, 2018

  8. 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 …

  9. Selection Methods - Revit API Docs

    Online Documentation for Autodesk's Revit API: 2015, 2016, 2017, 2017.1, 2018

  10. 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 …