Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Can anyone teach how to produce the result for maximum moment between the 3 segment?
For example, Max moment = 525.8kN.m . Max shear = 220.1kN
Thank you for your help
Solved! Go to Solution.
So would this do what you are looking for?
It gives you the maximum value of all green resp. all violet values, regardless in which row and considering the sign.
If that's not what it should be you have to be more precise in explaining how the values you are looking for should be derived and provide an example where my suggestion does not provide the desired result.
If for example you are looking for the maximum of the difference of the two values in each column, you would have to say so - the results using your data would be the very same ...
max (M1, M2, M3) =
and
max (V1, V2, V3) =
should give you the named results.
It would have ben a good idea to attach the worksheet itself!
Attached is my worksheet. thank you for your kind help:)
So would this do what you are looking for?
It gives you the maximum value of all green resp. all violet values, regardless in which row and considering the sign.
If that's not what it should be you have to be more precise in explaining how the values you are looking for should be derived and provide an example where my suggestion does not provide the desired result.
If for example you are looking for the maximum of the difference of the two values in each column, you would have to say so - the results using your data would be the very same ...
yes this is what i need. thank you for ur kind help!