Hello everyone!
I am trying to get the stress at the bar’s endnode from the CDBase without success… With this way bellow I can only get the stresses from the bar’s startnode (X=0.0):
@key beam_str #lf #stab #qsp_i
let#sNni @(nr) $ Stabnummer
let#sX @(X) $ Abstand zu Stabanfang
let#sigc @sigc/1000 $ Druckspannung
(#lf #stab #qsp_i are load case, bar number and stress point)
Is there a way that I can say something like @(X=0.15) or @key beam_str #lf #stab #qsp_i X=Endnode?
I mean, I way that I can choose whether I get the stresses and the startnode or endnode?
Many Thanks
Raphael