
The TransverseShearShell object defines the transverse shear stiffness properties of a shell section.
import section mdb.models[name].sections[name].transverseShear import odbSection session.odbs[name].sections[name].transverseShear

This method creates a TransverseShearShell object.
mdb.models[name].sections[name].TransverseShearShell session.odbs[name].sections[name].TransverseShearShell
Required arguments
A Float specifying the shear stiffness of the section in the first direction.
A Float specifying the shear stiffness of the section in the second direction.
A Float specifying the coupling term in the shear stiffness of the section.
Optional arguments
Return value
A TransverseShearShell object.
Exceptions

This method modifies the TransverseShearShell object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the TransverseShearShell method.
Return value
Exceptions

The TransverseShearShell object has members with the same names and descriptions as the arguments to the TransverseShearShell method.