ricaun.Revit.Templates
0.5.2
Prefix Reserved
See the version list below for details.
dotnet add package ricaun.Revit.Templates --version 0.5.2
NuGet\Install-Package ricaun.Revit.Templates -Version 0.5.2
<PackageReference Include="ricaun.Revit.Templates" Version="0.5.2" />
paket add ricaun.Revit.Templates --version 0.5.2
#r "nuget: ricaun.Revit.Templates, 0.5.2"
// Install ricaun.Revit.Templates as a Cake Addin #addin nuget:?package=ricaun.Revit.Templates&version=0.5.2 // Install ricaun.Revit.Templates as a Cake Tool #tool nuget:?package=ricaun.Revit.Templates&version=0.5.2
ricaun.Revit.Templates
RevitAddin Templates and ItemTemplates for C# Applications.
Installation
This package is automatically installed when using the ricaun.AppLoader plugin.
- Install .Net SDK or Visual Studio 2022
- Run
dotnet new -i ricaun.Revit.Templates
Template
- Run
dotnet new ricaun-revit-addin-sln -n ProjectName
Options
- Run
dotnet new ricaun-revit-addin-sln --help
Options | Description | Default |
---|---|---|
--Authors | Set Project Authors PropertyGroup | Authors |
--Company | Set Project Company PropertyGroup | Company |
--License | Set Project License MIT | true |
--Description | Set Project Description PropertyGroup | Revit Plugin $(PackageId) |
--Revit2024 | Configuration Version Revit 2024 | false |
--Revit2023 | Configuration Version Revit 2023 | false |
--Revit2022 | Configuration Version Revit 2022 | false |
--Revit2021 | Configuration Version Revit 2021 | false |
--Revit2020 | Configuration Version Revit 2020 | false |
--Revit2019 | Configuration Version Revit 2019 | false |
--Revit2018 | Configuration Version Revit 2018 | false |
--Revit2017 | Configuration Version Revit 2017 | false |
ItemTemplates
The ItemTemplates
are installed automatically in Visual Studio 2022
when ricaun.AppLoader plugin installs the package.
Github
Item | Description |
---|---|
CHANGELOG | Create CHANGELOG.md template file |
LICENCE | Create LICENSE.md template file with MIT License |
README | Create README.md template file |
Revit
Item | Description |
---|---|
App | Basic Revit Application with IExternalApplication |
Command | Basic Revit Command with IExternalCommand |
todo | ... |
ProjectTemplates
The ProjectTemplates
are installed automatically in Visual Studio 2022
when ricaun.AppLoader plugin installs the package.
Project | Description |
---|---|
ricaun.Nuke.PublishRevit | Project with ricaun.Nuke for Revit Publish Build |
Revit.Addin.Template | Project library template for a Revit C# .NET add-in |
Snippets
The Snippets
are installed automatically in Visual Studio 2022
when ricaun.AppLoader plugin installs the package.
Snippet | Description |
---|---|
rdoc | Creates new Document statement |
rdocfull | Creates new Document statement with View and Selection |
relement | Creates GetElement in Document GetElement statement |
rfec | Creates new FilteredElementCollector() statement |
rmpickelement | Creates new PickElement Method |
rmselect | Creates new Select Method by Category |
rmselectelement | Creates new Select Method by Element |
rmselectelementtype | Creates new Select Method by ElementType |
rparameter | Creates Get Parameter statement |
rparameterif | Creates Get Parameter statement with if |
rsids | Selection ElementId to Element statement |
rt | Creates new Transaction() statement |
rtg | Creates new TransactionGroup() statement |
rapp | Creates new class App with IExternalApplication |
rappdb | Creates new class AppDB with IExternalDBApplication |
rcommand | Creates new class Command with IExternalCommand |
Release
License
This project is licensed under the MIT Licence.
Do you like this project? Please star this project on GitHub!
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0 | 215 | 9/6/2024 |
0.6.2 | 337 | 7/3/2024 |
0.6.1 | 332 | 4/16/2024 |
0.6.0 | 213 | 3/28/2024 |
0.5.2 | 2,563 | 12/22/2023 |
0.5.1 | 661 | 12/5/2023 |
0.5.0 | 760 | 4/5/2023 |
0.4.4 | 572 | 11/25/2022 |
0.4.3 | 476 | 10/12/2022 |
0.4.2 | 412 | 10/10/2022 |
0.4.1 | 407 | 10/5/2022 |
0.4.0 | 484 | 8/23/2022 |
0.3.0 | 453 | 8/1/2022 |
0.2.0 | 522 | 7/18/2022 |
0.1.0 | 503 | 7/9/2022 |