How to apply Force using curve?
I have a .csv file with time dependent force (time vs force column). I imported that file and generated a curve in motionview.
Now, I want to use that curve to apply force in specific direction. How can I achieve that? What should I kept as an independent variable?
Best Answer
-
Hi Aditya,
You should use `time` as independent variable in Force component assuming 'time' is a column in csv file.
Please make sure that you use back quotes in time variable name otherwise you will see error.
image source: https://www.computerhope.com/jargon/b/backquot.htm
Regards,
Sonu0
Answers
-
Hi Aditya,
You should use `time` as independent variable in Force component assuming 'time' is a column in csv file.
Please make sure that you use back quotes in time variable name otherwise you will see error.
image source: https://www.computerhope.com/jargon/b/backquot.htm
Regards,
Sonu0 -
Sonu Manjhi_20605 said:
Hi Aditya,
You should use `time` as independent variable in Force component assuming 'time' is a column in csv file.
Please make sure that you use back quotes in time variable name otherwise you will see error.
image source: https://www.computerhope.com/jargon/b/backquot.htm
Regards,
SonuThank you Sonu Ji. Learning is easier when there are guys like you around.
0