Get Started with Visual Studio and Inventor API | Autodesk Virtual Academy

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 40

  • @bluescream7463
    @bluescream7463 3 года назад +5

    Thank you very much ; Inventor API opens a new world full of possibilities. Please keep doing the things you do on youtube !!

  • @rahulkumarlakshkar1773
    @rahulkumarlakshkar1773 10 месяцев назад +1

    I got error in inventor developer tool setup (SDK) "could not find any version of Microsoft visual studio", even i reinstall inventor and visual studio, i installed inventor 2023 and visual studio 2022 letest.

  • @PhilipCox5
    @PhilipCox5 3 года назад +2

    Here is the next AVA in this line of AVAs: Creating basic geometry with the Inventor API:
    ruclips.net/video/IoiqPqCCHzc/видео.html&ab_channel=KETIVTechnologies

  • @ChandanSharma-ud4zv
    @ChandanSharma-ud4zv 2 года назад +2

    Add in Manager security Alert dialog box Not showing ,How to Enable,please tell me ?

  • @FTFTFT4
    @FTFTFT4 Год назад

    Personally I countered an issue with the compatibility of Visual Studio 2020 and Inventor 2023. After Installing Visual Studio 2019 everything worked perfectly.

  • @chrnos15
    @chrnos15 3 года назад +1

    Thanks you KETIV! Im really interesting in these kind of videos: automation of the Inventor AVI.
    Keep doing this kind of stuff! =)

  •  4 года назад +2

    A sister video for fusion 360 would be fantastic... Thanks for sharing

  • @jeremychaisson3145
    @jeremychaisson3145 Год назад +1

    Can you PLEASE! PLEASE! PLEASE! do a AVA on how to add a Custom Ribbon Tab? I'm shocked that's not in the Template commented out.

    • @KETIVTechnologies
      @KETIVTechnologies  Год назад

      Hey, great idea! We'll take this idea back to our content creators and see if we can get this done for you. Cheers!

  • @Krishna-zk7zs
    @Krishna-zk7zs 2 года назад +1

    Thank you Ketiv. It will greatly help if you share the complete project in the demo.thanks in advance

    • @KETIVTechnologies
      @KETIVTechnologies  2 года назад

      Thank you for this feedback, we can do this in future videos.

    • @roberttujakowski2036
      @roberttujakowski2036 7 месяцев назад

      Thanks for this tutorial. Can I use C# instead of Basic for API? I saw on Autodesc page that they recommend C# also and I'm more familiar with C#. @@KETIVTechnologies

  • @Dcassimatis
    @Dcassimatis 2 года назад +1

    it would seam a necessary 1st step to elaborate on the Visual Studio work loads that are needed before you get into the API

  • @alaeddinealbouchi5467
    @alaeddinealbouchi5467 3 года назад +3

    it's an excellent job,
    can you please make a video about the Autodesk forge with a live example, including the plugins and the app bundle?
    thank you

    • @KETIVTechnologies
      @KETIVTechnologies  3 года назад

      Thanks for the feedback and for the suggestion! Nicole Morris | KETIV

  • @chrisa9549
    @chrisa9549 Год назад

    Is this part of a course we can register for? If so where do we register? Thanks for the video!

  • @danielflorescu281
    @danielflorescu281 2 года назад

    Thanks KETIV, excellent video.
    I'm just getting started with Inventor API.
    Can you please tell me where I can find the list of special strings mentioned at 22:40?
    Thanks!

  • @MostafaMahmoud-wz6gx
    @MostafaMahmoud-wz6gx 2 года назад

    well after I commented out the masge box and added those couple of codes to save the part file, I am still get the Huzzah massage box. Any idea?

  • @bakedecorate3497
    @bakedecorate3497 Год назад

    In my visual studio 2019 there is no zip file in project template how can I get it now

  • @Spelter
    @Spelter 2 года назад +1

    Is there anyway to make a C# Addin and not VB? Edit: yeah I found it, they named it VCSInventor lol

    • @KETIVTechnologies
      @KETIVTechnologies  2 года назад

      We are glad you found a solution! Thank you for sharing it.

  • @mohtasimmapkar5412
    @mohtasimmapkar5412 4 года назад

    Heyy!! First of all fantastic explaination.
    I am trying to install developertools from SDK but it gives an error that there is no version of visual studio available.
    Tried after installing VS 2017 as well as 2019 same error.
    PS i am using Inventor 2017

    • @KETIVTechnologies
      @KETIVTechnologies  3 года назад

      hi, please refer to this document for the fix. knowledge.autodesk.com/support/inventor/troubleshooting/caas/sfdcarticles/sfdcarticles/Developertools-msi-could-not-find-any-version-of-Visual-Studio.html

  • @sagarawal4835
    @sagarawal4835 Год назад

    How do we connect database from Visual studio in Inventor API?

    • @KETIVTechnologies
      @KETIVTechnologies  Год назад

      Hi there, the answer to this is a bit complicated and could be an entire webinar within itself. We are going to add this topic to our list of upcoming sessions!

  • @hassaantariq3325
    @hassaantariq3325 3 года назад

    Hi, Thank you for this tutorial. But when I started my Visual Studio Project. Invertor shows up but I do not see my Add-In. Any suggestions?

    • @PhilipCox5
      @PhilipCox5 3 года назад

      Hi Hassaan, Is the addin showing up in the add-in menu? The Add-Ins menu is found under the Tools Ribbon .

    • @hassaantariq3325
      @hassaantariq3325 3 года назад

      Hi@@PhilipCox5, I resolved the issue. It was my own mistake.
      Currently i am stuck at something else. I trying to run a C# Web API based project. I am just connecting to Autodesk vault in the app, nothing more than that. But when i run the app browser gives me this error
      Could not load file or assembly 'Autodesk.Connectivity.AdSSOWrapper' or one of its dependencies. An attempt was made to load a program with an incorrect format.
      I did manage to do login to vault using a class library type project. It does connect successfully. But same code is not working in a Web API based project.
      Please suggest.
      Thanks

    • @marcianito100
      @marcianito100 2 года назад

      How did you solve it? I can't see my Addin either

    • @Futemire
      @Futemire 2 года назад

      @@hassaantariq3325 The error is suggesting that you need to add a reference to the Autodesk.Connectivity.AdSSOWrapper.dll to your project.
      But I'm a bit confused, are you developing an Inventor App like in the video and trying to talk to Vault, because Vault actually has it's own API and I have never needed the mentioned assembly. What version of Vault are/were you connecting to?

  • @spups1000
    @spups1000 2 года назад

    Thank you Ketiv. I have a question. The DLL loads in inventor like expected on my pc where I created it using VB. But when i copy the files in the addin folder on my job pc, inventor dont even list it in addins. Is there something im missing?

    • @Futemire
      @Futemire 2 года назад

      Did you also copy over the .addin file and make sure the path listed in the file is pointing to the new location of your addin's .dll?
      The .addin file is what Inventor looks for in the addin folder and reads the path to your addin .dll from there to load it.

    • @spups1000
      @spups1000 2 года назад +1

      @@Futemire i eventually got through just cant remember exactly what i did. I think i copied the file to all posible folders inventor would search in. And then I just use the folder that actually worked.

    • @spups1000
      @spups1000 2 года назад +1

      @@Futemire because for some reason, inventor searches in different places on different pc.

  • @terryvandendungen4338
    @terryvandendungen4338 2 года назад

    You do need an Admin Cred to install the SDK

    • @Futemire
      @Futemire 2 года назад

      I agree, in corporate environments security configurations can be as different as people and can be extremely tricky if you are not an Admin of your developer machine.
      If you are going to be developing add-ins and installing SDKs, you really need to request Admin rights on your machine.