SOLIDWORKS API for the Total Beginner - 6/6 Saving Files and Conclusion

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • SOLIDWORKS API for the Total Beginner
    This video features guest contributor Keith Rice from CADSharp.com. This 6-part video tutorial series takes users from the most basic Macro Recorder that anyone can use to record clicks and actions, through building a custom macro from scratch. He introduces three pillars or skills that are required to create and operate these macros at a high level: Programming using VBA, Using API Help, Understanding the SOLIDWORKS API Object Model. If you need help with an API project for your SOLIDWORKS or PDM environment, contact MLC CAD Systems today to see what options are best for you.
    Full Playlist: • API Tutorials
    1. Introduction & Macro Recorder - • SOLIDWORKS API for the...
    2. Writing Code in VBA - • SOLIDWORKS API for the...
    3. Using Calls and Interfaces - • SOLIDWORKS API for the...
    4. Putting your Macro to Action - • SOLIDWORKS API for the...
    5. Creating a Drawing - • SOLIDWORKS API for the...
    6. Saving out Files - • SOLIDWORKS API for the...
    #API #Automation #Tutorial
    ‪@solidworks‬

КОМЕНТАРІ • 23

  • @izazullah2715
    @izazullah2715 2 роки тому +3

    Great Job Keith and MLC CAD Systems creating this extremely valuable series, very informative and to the point.

    • @MLCCADSystems
      @MLCCADSystems  2 роки тому +1

      Check out Keith's website too, CADSharp.com. We love to collaborate with great experts!

  • @kespartanobryan
    @kespartanobryan Рік тому +1

    After watching this video and with a free evening I was able to perform some operations that will save some hours of time after I share it with my coworkers. Amazing videos and teacher

    • @MLCCADSystems
      @MLCCADSystems  Рік тому

      That is awesome, well done and we appreciate the feedback!

  • @Teem7491
    @Teem7491 2 роки тому +3

    Very useful Video series on Solidworks API. I hope to see more content like this.

    • @MLCCADSystems
      @MLCCADSystems  2 роки тому

      Check out the entire API playlist: ua-cam.com/video/UMT4v1pplmY/v-deo.html

  • @Madvilllain
    @Madvilllain 2 роки тому +3

    Thanks so much for this series. It is extremely well put together and educational.

  • @caddesigner216
    @caddesigner216 10 місяців тому +2

    awsome job with the vb series. I agree with the other users, very educational, explains the why and what if etc.

    • @MLCCADSystems
      @MLCCADSystems  10 місяців тому

      Awesome, glad you liked the format. We're always trying to create content that adds value to your understanding beyond just what buttons to push.

  • @punkidd00
    @punkidd00 Рік тому +1

    Thank you so much! I was easily able to write a configuration ripper macro after watching these 6 videos.

    • @MLCCADSystems
      @MLCCADSystems  Рік тому

      Excellent! This video series is such a great way to get started, glad you found it helpful and were successful on your project

  • @siddharthjain4814
    @siddharthjain4814 Рік тому +1

    Extremely useful. Thanks prof

  • @AngeloCarolloSolidWorks
    @AngeloCarolloSolidWorks 9 місяців тому +1

    Thanks.....good job !!!👌

  • @khanahmad452
    @khanahmad452 2 роки тому +2

    Thanks for sharing

  • @carlospursang6164
    @carlospursang6164 3 роки тому +1

    Hello, I wanted to ask you, can you make a macro like the one you created first, (one that creates a new part, and a cylinder for example), be an executable file, that is, when executing that file, (double click as any program) open solidworks and run that macro?
    PS: Excuse my English, I'm using google translator

    • @MLCCADSystems
      @MLCCADSystems  3 роки тому

      Yes, it should be possible to use a program to start another program and connect to its session. The executable file could not contain the SOLIDWORKS software, but as long as it was installed locally I believe this is possible. We don't have any videos that cover anything like that.

  • @alessandromarques7689
    @alessandromarques7689 Рік тому +1

    Thanks

  • @aleXelaMec
    @aleXelaMec Рік тому

    Big thanks for the series! helped me a lot! no good books, Dessult documentation is lame!

    • @MLCCADSystems
      @MLCCADSystems  Рік тому

      We have other API project playlists to check out, but once you get the basic workflow down you can find an example similar to what you want to do and figure it out. Also check out CADSharp.com for more great information. Good luck!