Skip to content

List of Objects

Niclas17 edited this page Jun 27, 2023 · 28 revisions

Interactivity legend:

  • "Switch": object can be activated or deactivated by double-click.
  • "Move": object or it's control points can be dragged around with the mouse.
  • "Delete": object can be deleted by double-click (if active)
  • "Generate": object can generate "force" or "moment" objects by dragging sample objects with the mouse.

Return value: only relevant for interactive input

The input for the images in the table are found here

Object Interactivity Return value in names Example
"angle", "angle1", "angle2" label string image
"axes"
"bar" Switch "show" or list of load indices if hidden image
"beam" Switch state image
"circle" Switch state image
"circle2p" Move [x1,y1],[x2,y2] image
"crosshair" Move [x,y] (scaled) image
"dashpot" Switch "show" or list of load indices if hidden image
"dim" label string image
"dir" label string image
"disp" label string image
"fix1", "fix12", "fix123", "fix13" Switch "show" or list of load indices if hidden image
"force" Move, delete expression image
"forceGen" Generate 0 image
"frame" 0 Bildschirmfoto 2023-06-27 um 16 26 09
"grid" 0 image
"label" 0 image
"line" 0 image
"line2p" Move [x1,y1],[x2,y2] image
"mass" 0 image
"moment" Move, delete expression image
"momentGen" Generate 0 image
"node" label string image
"point" label string image
"polygon" Switch state image
"q" Switch "show" or list of load indices if hidden image
"rope" Switch "show" or list of load indices if hidden image
"rot" label string image
"spline" Move expression f(x) image
"springc" Switch "show" or list of load indices if hidden image
"springt" Switch "show" or list of load indices if hidden image
"wall" Switch "show" or list of load indices if hidden image

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