RVTDocs.com

StructuralAsset.SetShearModulus

Method
Description:
Sets the shear modulus of the asset.
Remarks:
The shear modulus is one-dimensional for wood-based and isotropic materials. This method sets the x, y, and z components to the same value. The value is in Newtons per foot meter (N/(ft · m)).
Syntax
public void SetShearModulus(
	double shearModulus
)
Parameters
Parameter Type Description
shearModulus Double
Return Value