Learn to RECORD and EDIT SolidWORKS macro | SolidWORKS MACRO Code Automation | Beginner Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 4

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

    Very cool! had no Idea that was possible in Solidworks.

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

      Thanks Garrett..I am glad that you liked it😊

  • @spiralinkbulktech1821
    @spiralinkbulktech1821 4 วันที่ผ่านมา +1

    i had a doubt in my project i am creating circle
    but in creating circle command which is as followed
    Set skSegment = Part.SketchManager.CreateCircle(0#, 0#, 0#, xod / 2, 0#, 0#)
    here in these line it says type mismatch
    i had set xod as double also set its value in the textbox
    any idea for the solution?

    • @FUNCADwithMrROBOT
      @FUNCADwithMrROBOT  3 วันที่ผ่านมา +1

      It seems correct. However can you check once the declaration of skSegment? Does your code have this line: Dim skSegment as Object ?