Hello! I would like to integrate the cross reinforcement that BEMESS calculates over the width of my plate. I know that for longitudinal reinforcement along the length of the plate this is possible with following code:
+prog SIR urs:45.1
head Sectional results longitudinal
CTRL OPT LCR 2
ECHO REIN YES
GRP OPT FULL
$LC NO 2121
LOOP#i 100
SECT NO 1 XM -#L/2+#i*#L/100 YM 0 ZM 0 NX 1.0 NY 0 NZ 0
ENDLOOP
end
However, I would like to get a similar result for the cross reinforcements. I have tried to adapt the XM and YM values to get a integration across the width and not the length of my plate, but the result then is simply a constant value of the reinforcement over the entire width that is equal to the integration of the longitudinal reinforcement at that X-location. Can anyone help with this?