If you want a complete Revit API and OOP course with tons of exercises + my support reach out to me via this email : marianslesar.08@gmail.com
@GiorgiBekurashvili11 ай бұрын
This is what we don't have now about revit c# tutorials. So much explanation and detail!!!!
@mariyandeveloper843710 ай бұрын
Really appreciate it!
@yadidhadad4391 Жыл бұрын
I have not enough words to thank you for this video and this online free course, really helpfull!
@mariyandeveloper8437 Жыл бұрын
My pleasure!
@bizz3d Жыл бұрын
Your videos are always so detailed. This has been the best explanation I've heard on this topic, great job!
@mariyandeveloper8437 Жыл бұрын
Really appreciate it!
@LesterMolinaCartuchoDesigns Жыл бұрын
Awesome! Great work. Thanks for the clarity in the explanation and for sharing this helpful information.
@mariyandeveloper8437 Жыл бұрын
My pleasure!
@nizargharib10110 ай бұрын
Hi Mariyan, I just started this course couple of days ago, coming from Python, I found it informative and motivating, The current situation is that I've faced lots of errors on my first building, although I followed your script (at least according to my knowledge). I am using Visual Studio 2022. Can you please guide to go on easily through the rest of the cours? Will list below some of the errors. Thanks in advance. Error CS0535 'Main' does not implement interface member 'IExternalCommand.Execute(ExternalCommandData, ref string, ElementSet)' Revit_Test C:\Users\XDH\source epos\Revit Test\Revit Test\Main.cs 14 Active Error CS0118 'UIApplication' is a type but is used like a variable Revit_Test C:\Users\XDH\source epos\Revit Test\Revit Test\Main.cs 19 Active Error CS0118 'UIApplication' is a type but is used like a variable Revit_Test C:\Users\XDH\source epos\Revit Test\Revit Test\Main.cs 19 Active Error CS0818 Implicitly-typed variables must be initialized Revit_Test C:\Users\XDH\source epos\Revit Test\Revit Test\Main.cs 19 Active
@nizargharib10110 ай бұрын
Hi again, Mariyan, I found out my mistakes, no one can excel at it from the beginning! Thanks for the invaluable content.
@Satishkumar-lm1sm2 жыл бұрын
Great video.. keep doing more.. waiting for next episode..
@mariyandeveloper84372 жыл бұрын
Thank you a lot!)
@GiorgiBekurashvili11 ай бұрын
How did you created SimpleForm Console? I could not find in videos
@mariyandeveloper843710 ай бұрын
It was done at the very beginning of tutorials. The video is called: Revit API Course for beginners | Lesson 3 | Element Selection 3:22
@GiorgiBekurashvili10 ай бұрын
@@mariyandeveloper8437 Thank you very much! I am very thankful for your tutorials! And now i will reach out to you by mail. I'm interested in C# Revit API deeper
@YingCai-r8k Жыл бұрын
Hi, is there an alternative for SimpleForm() and .ShowDialog()? When I run the code on my end, it pops error with no module founded. Thank you.
@daichi_devs Жыл бұрын
Right click on References > Add Reference > click on Assemblies on the left column > scroll down to System.Windows.Forms and click checkmark > press ok. Go to the SimpleForm script and at the very top add using System.Windows.Forms; save.
@tomaszgoebiewski97011 ай бұрын
@@daichi_devsI have the same problem and your solutions doesn’t work any other idea ?
@camilyvasconcelos823110 ай бұрын
hey. Thanks for the video. I'm using visual studio 2022 and I can't find "User Control WPF". I think that dont exists anymore. Is it possible that the User Control WPF has been replaced by the Inherited User Control (Windows Forms)? Is Inherited User Control (Windows Forms) same as User Control WPF?
@mariyandeveloper843710 ай бұрын
Hey, User Controls have not been replaced or removed in Visual Studio. It's different from Windows Forms. "User Control WPF" refers to a control used in the WPF framework, which is based on XAML for its UI design and offers more advanced graphics and layout capabilities. o have User Control you need to include it. You can either select the the template that includes all of the required libraries for it or setup it yourself. The project template is called "WPF Class Library". Or you can open csproj file, Inside the tag, add the line true. This tells the project to include WPF-specific build actions and references. Even with UseWPF set to true, you might need to add specific references to WPF libraries if they are not automatically included. These typically include PresentationFramework, PresentationCore, and WindowsBase. Hope that helps!
@camilyvasconcelos823110 ай бұрын
Thank you for your help. I managed to fix this. I need to install an online template "Catel-WPF-UserControl". After that I can use User Control (WPF).@@mariyandeveloper8437
@arkplato21862 жыл бұрын
Have been waiting for a veryyyy long time. Thanks a lot.
@mariyandeveloper84372 жыл бұрын
Thank you a lot))
@kmutech71818 күн бұрын
built file i mean dll file is missing in associate folder how to find path
@emmanuelpaniagua8983 Жыл бұрын
Wow, thanks for such good material. i'll probably reach you for help about MEP Systems
@mariyandeveloper8437 Жыл бұрын
My pleasure!)
@PANDURANG994 ай бұрын
cant use uiapplication as var
@karstenmurning9353 Жыл бұрын
Hi Mariyan. Could you help me.. How should i define the ExternalCommand setup with your variables!!. Can I get your sourcecode somewhere.. Github mayby ?
@mariyandeveloper8437 Жыл бұрын
Hey, I haven't pushed it to GitHub. But could you tell me, please, what variables you are talking about?
@andresroncal1012 Жыл бұрын
Hi! i am following the tutorial and making sure all my text matches but im on 4:02 into the video and gives me multiple errors (CS0723 / CS0029 / CS0122) =/
@mariyandeveloper8437 Жыл бұрын
Hey!) Could u send a screenshot?
@dennishopper1388 Жыл бұрын
I cannot get this one to run? Assembly missing?
@mariyandeveloper8437 Жыл бұрын
How could I know? The compiler should tell you the problem.
@dennishopper1388 Жыл бұрын
@@mariyandeveloper8437 I’m sorry, I thought I copy pasted the error message. I will try again later. I’m looking for the answer to what the message means. I’m in my infancy with this language and so I’m not positive on what to search for to find a resolution.
@dennishopper1388 Жыл бұрын
Failed to initialize the add in "Multi Cat Filter" because the class "Multi Cat Filter Command 1"cannot be found in the add in Assembly. The full classname provides the entry point for Revit to call the add in application. For Revit to run the add in, you must ensure this class implements the Autodesk.Revit.UI.I.ExternalCommand interface.
@PANDURANG994 ай бұрын
need code files
@MuhammadUsman-qk8kk2 жыл бұрын
Hi Do you have paid course?? And I want all these documents.
@mariyandeveloper84372 жыл бұрын
Hey, I am working on that, make sure to stay tuned!
@MuhammadUsman-qk8kk2 жыл бұрын
@@mariyandeveloper8437 where can I get this data?
@mariyandeveloper84372 жыл бұрын
@@MuhammadUsman-qk8kk What data you want to get?
@MuhammadUsman-qk8kk2 жыл бұрын
@@mariyandeveloper8437 files which you use in lectures
@mariyandeveloper84372 жыл бұрын
@@MuhammadUsman-qk8kk I will post them on Github later on. I do everything from scratch, so you can easily repeat it yourself
@user-hz5eh8sv9z2 жыл бұрын
Hi! do you accept orders for money to create a plugin based on the customer's ideas for the Revit program? I think this will be an easy task for you. I can write by mail more precisely if you are interested!?
@mariyandeveloper84372 жыл бұрын
Hey! I where are you from?
@user-hz5eh8sv9z2 жыл бұрын
@@mariyandeveloper8437 Almaty, Kazakhstan
@mariyandeveloper84372 жыл бұрын
@@user-hz5eh8sv9z Cool) u can reach my via this email insideoutarchitecture.08@gmail.com)