RVTDocs.com

StructuralAsset.SetThermalExpansionCoefficient

Method
Description:
Sets the thermal expansion coefficient of the asset.
Remarks:
The thermal expansion coefficient 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 inverse Kelvin (1/K).
Syntax
public void SetThermalExpansionCoefficient(
	double thermalExpCoeff
)
Parameters
Parameter Type Description
thermalExpCoeff Double
Return Value