BoundaryNodeCondition Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Enums
public enum BoundaryNodeCondition
| Member name | Value | Description | |
|---|---|---|---|
| Fixed | 0 | Fixed, all constraints are Rigid | |
| Hinged | 1 | Hinged, all translational constraints are Rigid and all rotational constraints are Free | |
| Sliding | 2 | Sliding, the X and Y translational constraints are Free, the Z translational constraint is Rigid and all rotational constraints are Free | |
| Custom | 3 | Custom, the translational and rotational constraints have values which not fall under the other conditions |