ConstraintType Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Enums
public enum ConstraintType
| Member name | Value | Description | |
|---|---|---|---|
| Free | 0 | The support is free in the specified direction. That is, it imposes no constraint in the direction. | |
| Rigid | 1 | The support is fully rigid in the specified direction. | |
| Flexible | 2 | The support is flexible (elastic) in the specified direction. The user has to define the required stiffness of the support. | |
| CompressionOnly | 3 | The support in fully rigid in the specified direction, but the support acts ONLY under compression. If the support gets under tension it stops acting. | |
| TensionOnly | 4 | The support in fully rigid in the specified direction, but the support acts ONLY under tension. If the support gets under compression it stops acting. | |
| NonLinear | 5 | Non-linear Valid only in RelConnectsRigidLink | |
| FlexibleCompressionOnly | 6 | Rigid/Flexible compression/tension only - acts rigid or flexible, only for defined strain (compression or tension) Valid only in RelConnectsRigidLink | |
| FlexibleTensionOnly | 7 | Rigid/Flexible compression/tension only - acts rigid or flexible, only for defined strain (compression or tension) Valid only in RelConnectsRigidLink |