Revit API PlugIn Development C# Tutorial || from scratch (tab, panel, button creation)

  Рет қаралды 2,015

BIM India

BIM India

Күн бұрын

Пікірлер: 13
@yashpalgupta4882
@yashpalgupta4882 9 ай бұрын
Great learning experience Sir
@digitalcivil6649
@digitalcivil6649 9 ай бұрын
Thank you☺️
@azzeddineelhachimi9030
@azzeddineelhachimi9030 7 ай бұрын
Thanks Sir for sharing. Please zoom on code in future tutos.
@digitalcivil6649
@digitalcivil6649 6 ай бұрын
Sure, I will
@organizasyonkosesi_masa
@organizasyonkosesi_masa Ай бұрын
Hello thanks for this video, how can I add second, third button name?
@digitalcivil6649
@digitalcivil6649 Ай бұрын
@@organizasyonkosesi_masa hello, To add a second and third button to your Ribbon Panel, you can create additional button classes and then pass them into the same Ribbon Panel as follows: if (ribbonPanel != null) { var assemblyPath = Assembly.GetExecutingAssembly().Location; // First button var buttonName1 = "First Button"; var buttonText1 = "First Button"; var className1 = "MyFirstPlugIn.Command"; // Add your first button here ribbonPanel.AddItem(new PushButtonData(buttonName1, buttonText1, assemblyPath, className1)); // Second button var buttonName2 = "Second Button"; var buttonText2 = "Second Button"; var className2 = "YourSecondButtonNamespace.YourSecondCommand"; // Add your second button here ribbonPanel.AddItem(new PushButtonData(buttonName2, buttonText2, assemblyPath, className2)); // Third button var buttonName3 = "Third Button"; var buttonText3 = "Third Button"; var className3 = "YourThirdButtonNamespace.YourThirdCommand"; // Add your third button here ribbonPanel.AddItem(new PushButtonData(buttonName3, buttonText3, assemblyPath, className3)); } This way, all buttons will appear under the same RibbonPanel. Just make sure you have implemented the corresponding command classes for the second and third buttons.
@paulogoveia7603
@paulogoveia7603 5 ай бұрын
Hello BIM India, is it possible to use the ribbon setup with C# and python code making the back-end process?
@omidrashidi7523
@omidrashidi7523 2 ай бұрын
Discord Invitation Link is not working!
@saurabhmahant5589
@saurabhmahant5589 6 ай бұрын
Hello Krishna, if i want to convert my Dynamo script into Revit plugin, what's the process?
@digitalcivil6649
@digitalcivil6649 6 ай бұрын
Its great that you are familiar with dynamo. There are some stuff you have to go through if you want to convert your dyno script into the plug in. 1) learn c sharp 2) .Net framework 3) WPF With the help of this 3 tools you can easily covert your dyno scripts into the Revit Plug-In.
@bhupainbawanthade3061
@bhupainbawanthade3061 2 ай бұрын
Hello Krishna Joshi, My name is Bhupendra First of all I followed on LinkedIn..but you haven't accepted my request please accept 😅 I like the way to teach.. You create Plugin it's ok...but i have to create plugin that give annotations to any plan or section of model within a second...is it possible?? So how to create such type of Plugin in revit...and Currently i leaning c# language & Revit API...so is necessary to learn python and Dynamo? Is it ok to learn c# and revit API... please tell me🙏🙏
@precastdetailing
@precastdetailing 3 ай бұрын
how can i contact yo
@digitalcivil6649
@digitalcivil6649 3 ай бұрын
@@precastdetailing you can contact me via gmail at - krishnajoshi898@gmail.com
Create a REVIT Plugin from SCRATCH using C#
31:57
ProArchitect
Рет қаралды 13 М.
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,5 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 138 МЛН
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
Python Basics for Revit Users: The Ultimate Beginner's Course
31:08
Best Cat Videos of the Decade
20:31
Daily Dose Of Internet
Рет қаралды 2,2 МЛН
Revit API C# Tutorial: How to Access and Manipulate Revit Elements
24:02
Revit API Course for beginners | Lesson 1 | Set up your coding environment
24:34
Intro To Class Libraries in C#
1:01:37
IAmTimCorey
Рет қаралды 76 М.
The Right Way To Return API Errors in .NET
10:40
Nick Chapsas
Рет қаралды 41 М.
The cloud is over-engineered and overpriced (no music)
14:39
Tom Delalande
Рет қаралды 686 М.
Revit API : Button and Tab in Revit
12:28
Jacobian Dev
Рет қаралды 16 М.
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН