Back to Filters page.

GetRBDOFValues

Calculates either the current translation or rotation across a user specified jump (referenced by jump_id or sym_dof_name).

<GetRBDOFValues name="(&string)"  jump="(1 &int)" sym_dof_name="('' &string)" verbose="(0 &bool)" axis="('x' &char)" get_disp="(0 &bool)" get_angle="(0 &bool)" init_disp="(0 &Real)" init_angle="(0 &Real)" get_init_value(0 &bool)/>
  • jump: Jump number of movable jump for which to calculate the translation or rotation
  • sym_dof_name: Sym_dof_name for movable jump for which to calculate the translation or rotation
  • verbose: Output jump and corresponding displacement or angle to tracer
  • axis: Axis in local coordinate frame about which to calculate the translation or rotation (not currently set up to handle off axis values)
  • get_disp: If set to true (and get_disp is false), then will calculate the displacement across the specified jump
  • get_angle: If set to true (and get_angle is false), then will calculate the angle of rotation about the specified jump
  • init_disp: Initial displacement value to add to each calculated value
  • init_angle: Initial angle value to add to each calculated value
  • get_init_value: Get the initial displacement or angle for the specified jump from the SymDofMoverSampler

See also