3.1.7.7. UniaxialSection
This command constructs a section with a single force-deformation component modeled by one uniaxial material. The command name in OpenSees is Uniaxial.
- section Uniaxial $secTag $matTag $code
Example
Tcl Code
section Uniaxial 1 3 Mz
Python Code
ops.section('Uniaxial', 1, 3, 'Mz')
Code Developed by: Michael H. Scott