FreeCAD Assembly 4 Belt / Chain Animation - Part 2 Belt (Assembly4)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2024
  • FreeCAD Tutorial Assembly 4 Belt / Chain Animation using Conditional Expression and Expression Array

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

  • @heimizhou450
    @heimizhou450 2 หลายเดือนก่อน

    so help me to know how FreeCAD doing animation. Thank you very much

    • @KK_CAD
      @KK_CAD  2 หลายเดือนก่อน

      You are welcome!

    • @heimizhou450
      @heimizhou450 2 หลายเดือนก่อน

      @@KK_CADfound the reason that belt move around circle. you did not consider the scenario of (angle - Index *10 < 0). which needs more if else branches.

    • @KK_CAD
      @KK_CAD  2 หลายเดือนก่อน

      @@heimizhou450 Thank you for the comments. I consider that as I can use "+" instead of "-" for indexing the elements, so there will be no

    • @heimizhou450
      @heimizhou450 2 หลายเดือนก่อน

      @@KK_CAD changing sign of Index from - to + won't solve the issue. it just postpone the happening time. after angle > 180, you will see the tooth start move and go away at the upper right side. :)
      ( because all them just follow same scenario: Variables.angle + Index * 10 > 560 ? )

    • @heimizhou450
      @heimizhou450 2 หลายเดือนก่อน

      from angle > 20 (at beginning @3rd step) it will happen because : 20 + Index (=75) * 10 = 770 > 760