StructuralBehavior Enumeration |
Specifies whether structural elements behave orthotropically, isotropically, or transverse-isotropically.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum StructuralBehavior
Public Enumeration StructuralBehavior
public enum class StructuralBehavior
MembersMember name | Value | Description |
---|
Isotropic | 0 |
The structural element behaves isotropically.
|
Orthotropic | 1 |
The structural element behaves orthotropically.
|
TransverseIsotropic | 2 |
The structural element behaves transverse-isotropically.
|
See Also