Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.12 KB

File metadata and controls

23 lines (14 loc) · 1.12 KB

My First Revit Plugin Project for Beginners

Welcome to your essential guide to starting Revit plugin development from scratch! This repository offers comprehensive sample code and documentation tailored for beginners, enabling you to efficiently create plugins for Autodesk Revit 2025 and 2026. Dive into industry-standard APIs and best practices to kickstart your journey in Revit plugin development.

Overview

This project is designed to help beginners understand the basics of Revit plugin development. The sample codes and documentation provided are compatible with Revit versions 2025 and 2026, utilizing .NET 8.0(Long Term Support)

Features

  • Compatibility: Works with Revit 2025 and Revit 2026
  • .NET Framework: Built using .NET 8.0 (Long Term Support)
  • Beginner-Friendly: Sample codes are designed to help beginners learn the basics of the Revit API.
  • Comprehensive Documentation: Detailed documentation to guide you through the process of creating and deploying Revit plugins.

Getting Started

Prerequisites

  • Autodesk Revit (2025/2026)
  • Visual Studio (recommended)
  • .NET 8.0 (Long Term Support)