dik
Structural
- Apr 13, 2001
- 26,056
Column Reinforcing Coordinates
I'm writing a reinforced concrete spreadsheet for the design of columns and am having difficulty coding the coordinates for location of reinforcing steel for the condition where the reinforcing is equally distributed to all four faces. Is there a relatively simple manner of doing this?
I've determined that the number of bars has to comply with:
MOD((N-4)/4) = 0,
The actual coding for the coords can be done, but is very cumbersome; is there a simple manner of doing this?
Dik
I'm writing a reinforced concrete spreadsheet for the design of columns and am having difficulty coding the coordinates for location of reinforcing steel for the condition where the reinforcing is equally distributed to all four faces. Is there a relatively simple manner of doing this?
I've determined that the number of bars has to comply with:
MOD((N-4)/4) = 0,
The actual coding for the coords can be done, but is very cumbersome; is there a simple manner of doing this?
Dik