I am plotting the stresses of a cross section using the following command in module results to select a specific beam element:
LC ENO 100019 X 0 $ Beam Number 100019 at X = 0m
However, when I want to select the end of the beam element, the command X 1[-]
does not work (this trick usually works in other modules). Is there a way to select the end of the beam element without knowing the beam element length?
LC ENO 100019 X 1[-] $ Beam Number 100019 at X = Length Beam ; it does not work.
Thanks in advance!