The TransverseShearShell object defines the transverse shear stiffness properties of a shell section.
sectionApi.sections()[name].transverseShear()
This method creates a TransverseShearShell object.
sectionApi.sections()[name].TransverseShearShell
odb_TransverseShearShell& TransverseShearShell(double k11, double k22, double k12);
Required arguments
A Double specifying the shear stiffness of the section in the first direction.
A Double specifying the shear stiffness of the section in the second direction.
A Double specifying the coupling term in the shear stiffness of the section.
Optional arguments
Return value
A TransverseShearShell object.
Exceptions
The TransverseShearShell object has members with the same names and descriptions as the arguments to the TransverseShearShell method.