Skip to content
Niclas17 edited this page Jul 5, 2022 · 1 revision

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 ]
]

Tryout Space

In order to try code snippets in jsfiddle,

  1. copy the code from the wiki page to the clipboard
  2. follow the link for the JSXGraph version you want to try
  3. Replace the code in the HTML section (contents of <p hidden id="init">) with the content of the clipboard
Clone this wiki locally