SingleSection
Syntax
element SingleSection2D (1) (2) (3)
element SingleSection3D (1) (2) (3)
# (1) int, unique tag
# (2) int, node tag
# (3) int, section tagRemarks
Last updated
element SingleSection2D (1) (2) (3)
element SingleSection3D (1) (2) (3)
# (1) int, unique tag
# (2) int, node tag
# (3) int, section tagLast updated
```text
node 1 0 0
material Bilinear1D 1 10 .8 .02
section Rectangle2D 1 12 1 1
element SingleSection2D 1 1 1
// use rs to apply a concentrated load of magnitude 3 to the strong axis bending DoF of node 1
cload 1 0 3 rs 1
```