"fix" - mkraska/meclib GitHub Wiki

floating bearing with label, support in vertical direction for angle = 0

  • "name" label, typeset in MathJax math mode.
  • [x, y] pivot point
  • angle angle counter-clockwise from horizontal direction, in °
  • state (optional, default: "locked") "hide" or "show". If missing, object can't be switched interactively.

See Feedback for "fix1" for feedback functions in free body diagrams.

fix1

[ "fix1", "name", [x, y], angle, state ]

image

[
    [ "grid", "x","y", -5,5,-4,5, 50, [1,1], [0,0] ],
    [ "fix1", "", [2, 2], -45 ],
    ["label", "pivot point", [1.5,2.25]]
]

fix12

[ "fix12", "name", [x, y], angle, state ]

See Feedback for "fix12" for feedback functions in free body diagrams.

image

[
  [ "grid", "x","y", -5,5,-4,5, 50, [10,10], [0,0] ],
  [ "fix12", "name", [2, 2], 0 ],
  [ "point", "pivot point", [2,2] ]
]

fix123

[ "fix123", "name", [x, y], angle, state ]

Feedback for "fix123"

fix123_pivot point

[
  [ "grid", "x","y", -5,5,-4,5, 50, [10,10], [0,0] ],
  [ "fix123", " ", [2, 2], 0 ]
]

fix13

[ "fix13", "name", [x, y], angle, state ]

fix13_pivot point

[
  [ "grid", "x","y", -5,5,-4,5, 50, [10,10], [0,0] ],
  [ "fix13", " ", [2, 2], 0 ]
]