EduCSE Blog

Share

Advertise here

Drawing single footing section

Author: Win Aung Cho
20-Aug-2026


This blog makes an example of structural detail of R.C.C single footing. Thi sectional detail shows re-bars arrangement in single footing with column.

Follow the ScriptDWG
cse4civil.nft/cad/scriptdwg

Rebars detail of single footing sectional view
Advertise here

Script for detail



assign "flx" 84
assign "fh" 14
assign "cov" 2.5
assign "db" 0.5
assign "cdb" 0.75
assign "cw" 16
assign "ch" 48
assign "gl" 72
assign "pl" gl+24
assign "lean" 3
assign "hcore" 9
assign "px1" (flx-cw)/2
assign "px2" px1+cw
assign "px3" px1+2.5
unitscale 6
lineWidth 0.5
polyline px1,fh px1,pl px1+1,pl px1+1,pl+40*cdb
polyline px2,fh px2,pl px2-1,pl px2-1,pl+40*cdb
polyline px1,fh 0,fh 0,0 flx,0 flx,fh px2,fh false
fill true
color "gray"
rect -6,-lean (flx+12),lean
color "lightgray"
rect -6,-lean-hcore (flx+12),hcore
fill false
lineWidth 2
line 0,pl px1,pl
line px2,gl px2+24,gl

lineWidth 0.5
font 30 Tarhoma
color "darkblue"
textAlign "left"
text px2+6,gl+6 "GL"
textAlign "right"
text px1-6,pl+6 "PL"
textAlign "center"
font 40 Tarhoma
text flx/2,-36 "Footing Section F7x7"

lineWidth db*2
polyline cov,cov+6 cov,cov flx-cov,cov flx-cov,cov+6 db*3 false

fill true
assign "x1" cov+2*db
while x1<flx
circle x1,cov+2*db db
assign "x1" x1+6
do
fill false

lineWidth cdb*2
polyline px3-24,2*cov+1 px3,2*cov+1 px3,pl-2*6*cdb px3+2,pl px3+2,pl+40*cdb 3*cdb false
mirror flx/2,0 flx/2,100
lineWidth 0.375*2
assign "y" 12
while y<gl+24
line px1+1.5,y px2-1.5,y
assign "y" y+6
do

font 30 Tarhoma
lineWidth 0.25
ticksize 5 5
dimalign 0,0 0,pl 36
dimalign flx+6,0 flx+6,gl -12
dimalign flx+6,gl flx+6,pl -12
dimalign -6,-lean-hcore flx+6,-lean-hcore -12
leader px1,fh+12 px1-12,fh+24 px1-18,fh+24 "16x16 Col"
leader px1+cov,fh+24 px1+cov-12,fh+36 px1+cov-18,fh+36 "6 Main bar"
leader px1+cov+4,fh+36 px1+cov+4-12,fh+48 px1+cov+4-18,fh+48 "3 Tie bar"



Advertise here

Author: Win Aung Cho
20-Aug-2026

2