StructuralBehavior Enumeration


Structural Behavior Enumeration

Specifies whether structural elements behave orthotropically, isotropically, or transverse-isotropically.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum StructuralBehavior
Members
Member 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