Carl-Johan Jonsson
Carl-Johan Jonsson
  • 25
  • 95 565
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
th-cam.com/video/BoeCU3dMb88/w-d-xo.html
มุมมอง: 3 768

วีดีโอ

Sketch
มุมมอง 7584 ปีที่แล้ว
Introduktion till skisser i SolidWorks.
Ratchet
มุมมอง 1.3K5 ปีที่แล้ว
Genomgång av övning "Ratchet" i SolidWorks.
Circular Pattern
มุมมอง 7905 ปีที่แล้ว
Genomgång av övning "Circular-Pattern" i SolidWorks.
Grate
มุมมอง 1.4K5 ปีที่แล้ว
Genomgång av övning "Grate" i SolidWorks.
Mirror Body
มุมมอง 8605 ปีที่แล้ว
Genomgång av övning "Mirror-Body" i SolidWorks.
Wheel
มุมมอง 1.3K5 ปีที่แล้ว
Genomgång av övning "Wheel" i SolidWorks.
Clamp - del 1
มุมมอง 1.5K5 ปีที่แล้ว
Genomgång av övning "Clamp - del 1" i SolidWorks.
Clamp - del 2
มุมมอง 1.2K5 ปีที่แล้ว
Genomgång av övning "Clamp - del 2" i SolidWorks.
Clamp - del 3
มุมมอง 7365 ปีที่แล้ว
Genomgång av övning "Clamp - del 3" i SolidWorks.
Flashlight
มุมมอง 1.8K5 ปีที่แล้ว
Genomgång av övning "Basic" i SolidWorks.
Blowdryer
มุมมอง 1.2K5 ปีที่แล้ว
Genomgång av övning "Blowdryer" i SolidWorks.
Universal Joint
มุมมอง 9245 ปีที่แล้ว
Genomgång av övning "Universal Joint" i SolidWorks.
Multi Body
มุมมอง 8105 ปีที่แล้ว
Genomgång av övning "Multi-body" i SolidWorks.
Soda bottle
มุมมอง 6885 ปีที่แล้ว
Genomgång av övning "Soda Bottle" i SolidWorks.
Funnel
มุมมอง 2.5K5 ปีที่แล้ว
Funnel
SimulationXpress
มุมมอง 6745 ปีที่แล้ว
SimulationXpress
Router Table
มุมมอง 8665 ปีที่แล้ว
Router Table
Edge Flange
มุมมอง 5775 ปีที่แล้ว
Edge Flange
Symmetry
มุมมอง 6475 ปีที่แล้ว
Symmetry
Spring
มุมมอง 5505 ปีที่แล้ว
Spring
Introduction to SolidWorks Simulation
มุมมอง 2735 ปีที่แล้ว
Introduction to SolidWorks Simulation
Assigning material properties in SolidWorks Simulation
มุมมอง 4.2K5 ปีที่แล้ว
Assigning material properties in SolidWorks Simulation
Beams in SolidWorks Simulation
มุมมอง 65K5 ปีที่แล้ว
Beams in SolidWorks Simulation
Basic
มุมมอง 1.2K5 ปีที่แล้ว
Basic

ความคิดเห็น

  • @TheEverydayEngineerGC
    @TheEverydayEngineerGC 7 หลายเดือนก่อน

    This was extremely useful, thank you very much!

    • @ajarivas72
      @ajarivas72 7 หลายเดือนก่อน

      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 8 หลายเดือนก่อน

    Superb thank u😊

  • @taikibessho
    @taikibessho 8 หลายเดือนก่อน

    very pedagogical! thanks!

  • @yiliang5883
    @yiliang5883 8 หลายเดือนก่อน

    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 7 หลายเดือนก่อน

      Extract the edges of the cube.

  • @MushtaqAhmad-ro9qm
    @MushtaqAhmad-ro9qm 9 หลายเดือนก่อน

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

    • @ajarivas72
      @ajarivas72 7 หลายเดือนก่อน

      That can be done very easily with a VBA macro.

  • @michgeorg1624
    @michgeorg1624 10 หลายเดือนก่อน

    Carl you're the man, great video great explanation

  • @thefallofyugoslavia9825
    @thefallofyugoslavia9825 ปีที่แล้ว

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

    • @tovarromerokevinivan762
      @tovarromerokevinivan762 8 วันที่ผ่านมา

      It was the same for me, I just deleted the solid parts, and then did a new sketch in the "solidparts" and applied structural member, try Trim/extend to have the desire shape. So that you can check once more in the simulation settings to see if that parts have changed. I hope it works!

  • @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

  • @郭东-y3z
    @郭东-y3z 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