Thanks Sir for sharing. Please zoom on code in future tutos.
@digitalcivil66496 ай бұрын
Sure, I will
@organizasyonkosesi_masaАй бұрын
Hello thanks for this video, how can I add second, third button name?
@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.
@paulogoveia76035 ай бұрын
Hello BIM India, is it possible to use the ribbon setup with C# and python code making the back-end process?
@omidrashidi75232 ай бұрын
Discord Invitation Link is not working!
@saurabhmahant55896 ай бұрын
Hello Krishna, if i want to convert my Dynamo script into Revit plugin, what's the process?
@digitalcivil66496 ай бұрын
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.
@bhupainbawanthade30612 ай бұрын
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🙏🙏
@precastdetailing3 ай бұрын
how can i contact yo
@digitalcivil66493 ай бұрын
@@precastdetailing you can contact me via gmail at - krishnajoshi898@gmail.com