Skip to content

Coordinate transformation and stiffness difference #6

Discussion options

You must be logged in to vote

You can see that after translation, the two coordinates of the tension center are larger, which means that the center is further away from the origin. There are two things one needs to pay attention to:

  1. "translate" is translating the cross-section, instead of the origin. So if you want to move the origin to the tension center (tc_2, tc_3), you need to "translate" the cross-section in the opposite direction
  2. "translate" is done before "scale" ("s") and "rotate". This means that you need to un-scale the tension center coordinates to calculate the "translate" quantities.

In summary, the actual "translate" values for the input should be (-tc_2/s, -tc_3/s).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vacupenda
Comment options

@unitasium
Comment options

Answer selected by vacupenda
@vacupenda
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants