Thank you so much for taking the time to watch my video and for your kind words of appreciation. It means a lot to me that my content was able to help you, and I'm glad it was useful. Your feedback means a lot to me and I really appreciate it.
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!?
I am facing an error whenever I try to debug: "A fatal error has occurred and debugging needs to be terminated. The debugger was configured to use the Desktop CLR (.NET Framework) Managed debugger, but the target process loaded the CoreCLR (.NET Core) runtime. To debug this project, configure it to use the 'Managed (CoreCLR)' debugger." Does anybody know how to fix it, please?
I need help for urgent RevitApi. I need to write a plugin to convert my Revit file to "svf" format. I was never able to do this. Can you please help me? This plugin also needs to be directed by my own api project. Is this possible?
Hi, these are very helpful sessions. I have request here. Can you please create a video, on how can i setup visual studio or vs code to code in python, for revit.
Nice video, I have been struggling with C#, and this video really helped cleanup some of my basic startup questions. Another thing you talked about the SDK, but I never was able to get the samples to work on PC (always got a lot of errors), if you maybe you could a start to finish video on getting them loaded in to Revit. Regardless I look forward of seeing more of your content.
The link to the Add-In Manager installer is github.com/chuongmep/RevitAddInManager/releases, and download the file with the .msi extension. This way you don't need to change anything. ua-cam.com/video/eLVHp4gwWRk/v-deo.html You can also check this video out to help you install other apps.
@@trowawayacc Add-In Manager helps you quickly update your dll files and check of everything works instead of restarting revit. Instead of changing that file, just go here : github.com/chuongmep/RevitAddInManager/releases , and download the file with .msi extension. It doesn't matter what version of Revit you use, Add-In Manager is not mandatory, it's just a Revit plugin, the same as RevitLookUp (it's just a plugin, but extremely helpful). The same goes for Add-In Manager
Thank you for your kind words. Unfortunately, I have been unable to locate the presentation in question. I sincerely apologize for any inconvenience this may cause.
Hello, I hope this message finds you well. I've attempted to create a macro within the Revit environment, but I have found that using Visual Studio provides more advanced features and greater ease of use. If you are new to programming, particularly with C#, I would highly recommend learning it before diving into the Revit API. Without a solid understanding of programming, working with Revit API can be challenging and time-consuming.
@@mariyandeveloper8437 helloo sir. Thank you for the reply. Really appreciate it. I have so far only 1 intention to learn programming which is I want to get data from schedule to parameters in family. I don't know what I supposed to learn at first. I did learn dynamo but end up the nodes is not updated. It is because python script. Then I try to learn python. But everybody in google recon c#. And now I try study c# and use macro to run it because i don't know where to execute the code. It is will lead to what I am wishing for at the first place? Do you have any other suggestion than learn c#? Thank you sir.
@@Matsyaf Hello, I highly recommend taking a C# course to gain a foundational understanding of the language and the .NET platform. To effectively work with the Revit API, it is crucial to have a solid grasp of object-oriented programming. The choice of whether to use free or paid resources is entirely up to you. My paid Revit API course covers object-oriented programming and the Revit API in depth, and if you're interested, I'd be happy to provide more information. However, it is definitely possible to learn from free resources as well, though it may require more effort and dedication on your part. You can find some free courses on UA-cam regarding C#, or just follow the documentation.
@@mariyandeveloper8437 hello. If the course from you can lead me to achieve my target then it will be great to try. Can you share the detail of the courses please.
@@cubitaid2454 Template just includes some presets, you need to start with understanding how everything works. I explained how you can install revit add-in manager(15:30 min).
That means you haven't copied them to the addin folder . Download it from here github.com/chuongmep/RevitAddInManager/releases , select the file with .msi extension
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
hello you are uch a detailed teacher i will reach out to you
@@letsgodiscover5227 Hello, Thanks for the kind words!
i don't leave comments really often, but the material you've been producing is great and really well explained and documented. Thanks a lot
Thank you so much for taking the time to watch my video and for your kind words of appreciation. It means a lot to me that my content was able to help you, and I'm glad it was useful. Your feedback means a lot to me and I really appreciate it.
this is one of the best videos to start up API. Great job, thanks
My pleasure!
What a fantastic series. Thank you.
My pleasure !
Thanks so much for share your knowledge. explanation too good. Eagerly waiting for total syllabus videos
Thank you for your support! You can check out the playlist "Revit API Course for beginners". There are 9 videos)
Very clear and helpful material. Thanks a lot.
Thank you!)
Olease keep making these 🤩🤩🤩
I will)Sorry for not posting for so long, but some good content is on the way)
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!?
I am facing an error whenever I try to debug:
"A fatal error has occurred and debugging needs to be terminated. The debugger was configured to use the Desktop CLR (.NET Framework) Managed debugger, but the target process loaded the CoreCLR (.NET Core) runtime. To debug this project, configure it to use the 'Managed (CoreCLR)' debugger."
Does anybody know how to fix it, please?
I need help for urgent RevitApi. I need to write a plugin to convert my Revit file to "svf" format. I was never able to do this. Can you please help me? This plugin also needs to be directed by my own api project. Is this possible?
Very well explained
Thank you)
where can we download the screenshots?
Hi, these are very helpful sessions. I have request here. Can you please create a video, on how can i setup visual studio or vs code to code in python, for revit.
Hey, thanks for the kind words,
Unfortunately I am not using Python(
Nice video, I have been struggling with C#, and this video really helped cleanup some of my basic startup questions. Another thing you talked about the SDK, but I never was able to get the samples to work on PC (always got a lot of errors), if you maybe you could a start to finish video on getting them loaded in to Revit. Regardless I look forward of seeing more of your content.
Thank u a lot))
Could you please addin manager file or are we supposed to make changes based upon the snippet you have shown in the video at 20.07?
Yeah, there are just a couple of changes, u don't need to rewrite them)
Hi can you share the mind map ?
The link to the Add-In Manager installer is github.com/chuongmep/RevitAddInManager/releases, and download the
file with the .msi extension. This way you don't need to change anything.
ua-cam.com/video/eLVHp4gwWRk/v-deo.html
You can also check this video out to help you install other apps.
will i need to use this code for add-in manager to work in revit version 2023 and version 2021? can you explain why do i need to update this file?
@@trowawayacc Add-In Manager helps you quickly update your dll files and check of everything works instead of restarting revit.
Instead of changing that file, just go here : github.com/chuongmep/RevitAddInManager/releases , and download the
file with .msi extension. It doesn't matter what version of Revit you use, Add-In Manager is not mandatory, it's just a Revit plugin, the same as RevitLookUp (it's just a plugin, but extremely helpful). The same goes for Add-In Manager
hi, thanks for your hard work. can I get presentation materials as a hint to myself? thanks!
Thank you for your kind words. Unfortunately, I have been unable to locate the presentation in question. I sincerely apologize for any inconvenience this may cause.
Hi
Waiting for Lesson_3 when it will release ?
Thank you for your videos helping a lot.
I've already recorded it, it just needs a little tweaking) Thank u)
hi, what workloads to install for revit api?
Hey,
If You want to work just with Revit API, install:
.NET desktop development workload
Hi. Newbie here in programming. Zero knowledge. Haha. How about Macro in Revit? is Macro can be like add-in or command to make our work faster?
Hello,
I hope this message finds you well. I've attempted to create a macro within the Revit environment, but I have found that using Visual Studio provides more advanced features and greater ease of use. If you are new to programming, particularly with C#, I would highly recommend learning it before diving into the Revit API. Without a solid understanding of programming, working with Revit API can be challenging and time-consuming.
@@mariyandeveloper8437 helloo sir. Thank you for the reply. Really appreciate it. I have so far only 1 intention to learn programming which is I want to get data from schedule to parameters in family. I don't know what I supposed to learn at first. I did learn dynamo but end up the nodes is not updated. It is because python script. Then I try to learn python. But everybody in google recon c#. And now I try study c# and use macro to run it because i don't know where to execute the code. It is will lead to what I am wishing for at the first place? Do you have any other suggestion than learn c#? Thank you sir.
@@Matsyaf Hello, I highly recommend taking a C# course to gain a foundational understanding of the language and the .NET platform.
To effectively work with the Revit API, it is crucial to have a solid grasp of object-oriented programming.
The choice of whether to use free or paid resources is entirely up to you.
My paid Revit API course covers object-oriented programming and the Revit API in depth, and if you're interested, I'd be happy to provide more information.
However, it is definitely possible to learn from free resources as well, though it may require more effort and dedication on your part.
You can find some free courses on UA-cam regarding C#, or just follow the documentation.
@@mariyandeveloper8437 hello. If the course from you can lead me to achieve my target then it will be great to try. Can you share the detail of the courses please.
@@Matsyaf Hello. reach me out via this email : marianslesar.08@gmail.com . Or send me your email, please.
Waiting for lesson 2
Thank u) I've already recorded it, will be released today/tomorrow
How do you installed the revit add ins
You mean add-in manager?
@@mariyandeveloper8437 the one i saw from your visual studio with Revit logo.
@@cubitaid2454 I am not using it, Why do you need it? What does it include that is so important for you to get started with Revit API?
@@mariyandeveloper8437 it includes all sorts of Revit API that's the template right?.
How about the Revit add-in manager how do you install it. Thanks
@@cubitaid2454 Template just includes some presets, you need to start with understanding how everything works. I explained how you can install revit add-in manager(15:30 min).
does the sound cut out for anyone else in the middle?
Could you please specify the minute when it cut out?
@@mariyandeveloper8437 i think it is just my sound system! apologies !
@@amybeckenham No problem)
addin manager.dll or revitaddinmanager.dll is not found and hence addin not seen in revit
That means you haven't copied them to the addin folder . Download it from here github.com/chuongmep/RevitAddInManager/releases , select the file with .msi extension