StructuralBehavior Enumeration

StructuralBehavior 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
Public Enumeration StructuralBehavior
public enum class StructuralBehavior
type StructuralBehavior
Members
Member nameValueDescription
Isotropic0 The structural element behaves isotropically.
Orthotropic1 The structural element behaves orthotropically.
TransverseIsotropic2 The structural element behaves transverse-isotropically.
See Also