Carl-Johan Jonsson
Carl-Johan Jonsson
  • Видео 25
  • Просмотров 94 429
SolidWorks API: Controling a Cube with C#
Writing a short simple application to control some dimensions of a Cube in SolidWorks using C#.
Thanks to Blue Byte Systems, Inc. for the video on the SolidWorks Singleton code!
www.youtube.com/@BlueByteSystemsInc
ruclips.net/video/BoeCU3dMb88/видео.html
Просмотров: 3 633

Видео

Sketch
Просмотров 7544 года назад
Introduktion till skisser i SolidWorks.
Ratchet
Просмотров 1,3 тыс.5 лет назад
Genomgång av övning "Ratchet" i SolidWorks.
Circular Pattern
Просмотров 7835 лет назад
Genomgång av övning "Circular-Pattern" i SolidWorks.
Grate
Просмотров 1,4 тыс.5 лет назад
Genomgång av övning "Grate" i SolidWorks.
Mirror Body
Просмотров 8585 лет назад
Genomgång av övning "Mirror-Body" i SolidWorks.
Wheel
Просмотров 1,3 тыс.5 лет назад
Genomgång av övning "Wheel" i SolidWorks.
Clamp - del 1
Просмотров 1,5 тыс.5 лет назад
Genomgång av övning "Clamp - del 1" i SolidWorks.
Clamp - del 2
Просмотров 1,2 тыс.5 лет назад
Genomgång av övning "Clamp - del 2" i SolidWorks.
Clamp - del 3
Просмотров 7355 лет назад
Genomgång av övning "Clamp - del 3" i SolidWorks.
Flashlight
Просмотров 1,8 тыс.5 лет назад
Genomgång av övning "Basic" i SolidWorks.
Blowdryer
Просмотров 1,2 тыс.5 лет назад
Genomgång av övning "Blowdryer" i SolidWorks.
Universal Joint
Просмотров 9215 лет назад
Genomgång av övning "Universal Joint" i SolidWorks.
Multi Body
Просмотров 8085 лет назад
Genomgång av övning "Multi-body" i SolidWorks.
Soda bottle
Просмотров 6865 лет назад
Genomgång av övning "Soda Bottle" i SolidWorks.
Funnel
Просмотров 2,5 тыс.5 лет назад
Funnel
SimulationXpress
Просмотров 6745 лет назад
SimulationXpress
Router Table
Просмотров 8645 лет назад
Router Table
Edge Flange
Просмотров 5765 лет назад
Edge Flange
Symmetry
Просмотров 6455 лет назад
Symmetry
Spring
Просмотров 5495 лет назад
Spring
Introduction to SolidWorks Simulation
Просмотров 2685 лет назад
Introduction to SolidWorks Simulation
Assigning material properties in SolidWorks Simulation
Просмотров 4,1 тыс.5 лет назад
Assigning material properties in SolidWorks Simulation
Beams in SolidWorks Simulation
Просмотров 64 тыс.5 лет назад
Beams in SolidWorks Simulation
Basic
Просмотров 1,2 тыс.5 лет назад
Basic

Комментарии

  • @TheEverydayEngineerGC
    @TheEverydayEngineerGC 6 месяцев назад

    This was extremely useful, thank you very much!

    • @ajarivas72
      @ajarivas72 5 месяцев назад

      It is my experience that Macros in SolidWorks sometimes don’t work. For example, sometimes a sketch is broken depending on where you begin drawing.

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

    Superb thank u😊

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

    very pedagogical! thanks!

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

    You explained it in great detail. If I want to extract the length, width, and height dimensions of the cude through a program, how should I implement it

    • @ajarivas72
      @ajarivas72 5 месяцев назад

      Extract the edges of the cube.

  • @MushtaqAhmad-ro9qm
    @MushtaqAhmad-ro9qm 8 месяцев назад

    Sir how we can make code for automation of FEA analysis in SOLIDWORKS??? Plz help i have a project on that.

    • @ajarivas72
      @ajarivas72 5 месяцев назад

      That can be done very easily with a VBA macro.

  • @michgeorg1624
    @michgeorg1624 9 месяцев назад

    Carl you're the man, great video great explanation

  • @thefallofyugoslavia9825
    @thefallofyugoslavia9825 11 месяцев назад

    Cannot convert solid bodies back into beams. Why is this happening?

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

    You talk pretty quietly. I had to have my volume on max to be able to hear you, which ends up jolting me because ads or other videos are much, much louder. If I can add a suggestion: increase your microphone volume by like 30 or 40 percent.

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

      Thanks for the feedback! I will keep that in mind in the future.

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

    Do you have an idea why on my test PC swModel.Parameter("name") has not the .Value property (SW 2020)? I managed to get dimensions from model with this code: Dimension swDim; swDim = (Dimension)swModel.Parameter("width@Sketch1"); txtWidth.Text = (swDim.SystemValue * 1000.0).ToString(); Of course this has not immediate reverse form. I'm using .Net 5.0, I had to overcome the absence of Marshal method, but I don't think it's related at all.

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

      Sorry to say, I have no idea why .Value is not present. But according to SolidWorks API help its an old (obsolete) way of getting and setting the value. In your example it would be swDim.GetValue3() or swDim.SetValue3(). Check the link below for more info. Hope it works out! help.solidworks.com/2020/english/api/sldworksapi/SolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.IDimension_members.html

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

    very good

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

    Thanx

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

    THNKS

  • @user-wi6hg3zo7z
    @user-wi6hg3zo7z 2 года назад

    plese make more videos,thks

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

    Skönt att se lite nivå på CAD-undervisningen. Min erfarenhet är att den kan vara lite si och så runtom i landet.

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

    Gött. Vilken kurs kör du den här övningen i? CAD 1?

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

      Tack! Vi kör den i en instroduktionskurs till CAD på JTH.

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

      @@kalkhasse Jaha! Taget, jo, JTH känner jag ju väl till. Lycka till med dina kurser!

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

    Hi can we add the different cross section as a lib feat document type to analys?

  • @K.Loukas
    @K.Loukas 2 года назад

    Very helpful thanks 👍🏻.

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

    Thank you 😊

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

    Good Job Man I Don't understand your Language. But, I learned from you a lot. Thanks a lot, God bless you.

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

    me salvaste la materia!! gracias ☺️

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

    Great explanation