Revit 2018 API |
StructuralAsset..::..SetPoissonRatio Method |
StructuralAsset Class See Also |
Sets the Poisson ratio of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2013
Syntax
C# |
---|
public void SetPoissonRatio( double poissonRatio ) |
Visual Basic |
---|
Public Sub SetPoissonRatio ( _ poissonRatio As Double _ ) |
Visual C++ |
---|
public: void SetPoissonRatio( double poissonRatio ) |
Parameters
- poissonRatio
- Type: System..::..Double
Remarks
The Poisson ratio is one-dimensional for wood-based and isotropic materials.
This method sets the x, y, and z components to the same value.