The TransverseShearBeam object defines the transverse shear stiffness properties of a beam section.
sectionApi.sections()[name].beamTransverseShear()
This method creates a TransverseShearBeam object.
sectionApi.sections()[name].TransverseShearBeam
odb_TransverseShearBeam& TransverseShearBeam(odb_Union k23, odb_Union k13, odb_Union slendernessCompensation);
Required arguments
Optional arguments
The string "NONE" or a Double specifying the k23 shear stiffness of the section. The default value is "NONE".
The string "NONE" or a Double specifying the k13 shear stiffness of the section. The default value is "NONE".
The string "COMPUTED" or a Double specifying the slenderness compensation factor of the section. The default value is 0.25.
Return value
A TransverseShearBeam object.
Exceptions
The TransverseShearBeam object has members with the same names and descriptions as the arguments to the TransverseShearBeam method.