AnalyticalFixityState Enumeration |
Specifies the fixity setting of individual degrees of freedom in analytical release conditions.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AnalyticalFixityState
Public Enumeration AnalyticalFixityState
public enum class AnalyticalFixityState
type AnalyticalFixityState
MembersMember name | Value | Description |
---|
Fixed | 0 |
Degree of freedom is Fixed.
|
Released | 1 |
Degree of freedom is Released.
|
Spring | 2 |
Degree of freedom has a Spring coefficient.
|
See Also