Revit 2025.3 API
Structural |
Sets the shear modulus of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetShearModulus( double shearModulus )
Public Sub SetShearModulus ( shearModulus As Double )
public: void SetShearModulus( double shearModulus )
member SetShearModulus : shearModulus : float -> unit
Parameters
- shearModulus Double
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)).
See Also