Revit API Course for beginners | Lesson 3 | Element Selection

  Рет қаралды 14,786

Mariyan Developer

Mariyan Developer

Күн бұрын

Пікірлер: 47
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
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
@GiorgiBekurashvili
@GiorgiBekurashvili 11 ай бұрын
This is what we don't have now about revit c# tutorials. So much explanation and detail!!!!
@mariyandeveloper8437
@mariyandeveloper8437 10 ай бұрын
Really appreciate it!
@yadidhadad4391
@yadidhadad4391 Жыл бұрын
I have not enough words to thank you for this video and this online free course, really helpfull!
@mariyandeveloper8437
@mariyandeveloper8437 Жыл бұрын
My pleasure!
@bizz3d
@bizz3d Жыл бұрын
Your videos are always so detailed. This has been the best explanation I've heard on this topic, great job!
@mariyandeveloper8437
@mariyandeveloper8437 Жыл бұрын
Really appreciate it!
@LesterMolinaCartuchoDesigns
@LesterMolinaCartuchoDesigns Жыл бұрын
Awesome! Great work. Thanks for the clarity in the explanation and for sharing this helpful information.
@mariyandeveloper8437
@mariyandeveloper8437 Жыл бұрын
My pleasure!
@nizargharib101
@nizargharib101 10 ай бұрын
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
@nizargharib101
@nizargharib101 10 ай бұрын
Hi again, Mariyan, I found out my mistakes, no one can excel at it from the beginning! Thanks for the invaluable content.
@Satishkumar-lm1sm
@Satishkumar-lm1sm 2 жыл бұрын
Great video.. keep doing more.. waiting for next episode..
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
Thank you a lot!)
@GiorgiBekurashvili
@GiorgiBekurashvili 11 ай бұрын
How did you created SimpleForm Console? I could not find in videos
@mariyandeveloper8437
@mariyandeveloper8437 10 ай бұрын
It was done at the very beginning of tutorials. The video is called: Revit API Course for beginners | Lesson 3 | Element Selection 3:22
@GiorgiBekurashvili
@GiorgiBekurashvili 10 ай бұрын
​@@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
@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
@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.
@tomaszgoebiewski970
@tomaszgoebiewski970 11 ай бұрын
@@daichi_devsI have the same problem and your solutions doesn’t work any other idea ?
@camilyvasconcelos8231
@camilyvasconcelos8231 10 ай бұрын
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?
@mariyandeveloper8437
@mariyandeveloper8437 10 ай бұрын
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!
@camilyvasconcelos8231
@camilyvasconcelos8231 10 ай бұрын
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
@arkplato2186
@arkplato2186 2 жыл бұрын
Have been waiting for a veryyyy long time. Thanks a lot.
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
Thank you a lot))
@kmutech718
@kmutech718 18 күн бұрын
built file i mean dll file is missing in associate folder how to find path
@emmanuelpaniagua8983
@emmanuelpaniagua8983 Жыл бұрын
Wow, thanks for such good material. i'll probably reach you for help about MEP Systems
@mariyandeveloper8437
@mariyandeveloper8437 Жыл бұрын
My pleasure!)
@PANDURANG99
@PANDURANG99 4 ай бұрын
cant use uiapplication as var
@karstenmurning9353
@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
@mariyandeveloper8437 Жыл бұрын
Hey, I haven't pushed it to GitHub. But could you tell me, please, what variables you are talking about?
@andresroncal1012
@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
@mariyandeveloper8437 Жыл бұрын
Hey!) Could u send a screenshot?
@dennishopper1388
@dennishopper1388 Жыл бұрын
I cannot get this one to run? Assembly missing?
@mariyandeveloper8437
@mariyandeveloper8437 Жыл бұрын
How could I know? The compiler should tell you the problem.
@dennishopper1388
@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
@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.
@PANDURANG99
@PANDURANG99 4 ай бұрын
need code files
@MuhammadUsman-qk8kk
@MuhammadUsman-qk8kk 2 жыл бұрын
Hi Do you have paid course?? And I want all these documents.
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
Hey, I am working on that, make sure to stay tuned!
@MuhammadUsman-qk8kk
@MuhammadUsman-qk8kk 2 жыл бұрын
@@mariyandeveloper8437 where can I get this data?
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
@@MuhammadUsman-qk8kk What data you want to get?
@MuhammadUsman-qk8kk
@MuhammadUsman-qk8kk 2 жыл бұрын
@@mariyandeveloper8437 files which you use in lectures
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
@@MuhammadUsman-qk8kk I will post them on Github later on. I do everything from scratch, so you can easily repeat it yourself
@user-hz5eh8sv9z
@user-hz5eh8sv9z 2 жыл бұрын
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!?
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
Hey! I where are you from?
@user-hz5eh8sv9z
@user-hz5eh8sv9z 2 жыл бұрын
@@mariyandeveloper8437 Almaty, Kazakhstan
@mariyandeveloper8437
@mariyandeveloper8437 2 жыл бұрын
@@user-hz5eh8sv9z Cool) u can reach my via this email insideoutarchitecture.08@gmail.com)
Revit API Course for beginners | Lesson 4 | Working with parameters
50:18
Revit API Course for beginners | Lesson 1 | Set up your coding environment
24:34
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 27 МЛН
Каха и лужа  #непосредственнокаха
00:15
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 22 МЛН
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 11 МЛН
Revit API Course for beginners | Lesson 5 | Master ISelectionFilter
59:21
Revit API : Button and Tab in Revit
12:28
Jacobian Dev
Рет қаралды 16 М.
Revit API: Master the Basics!
2:14:34
Mariyan Developer
Рет қаралды 3,5 М.
Revit API Parameters: How to Get/Set Parameters with Python.
22:59
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 27 МЛН