Click or drag to resize

BoundaryNodeCondition Enumeration

[This is preliminary documentation and is subject to change.]

Supported basic predefined types of supports

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum BoundaryNodeCondition
Members
  Member nameValueDescription
Fixed0 Fixed, all constraints are Rigid
Hinged1 Hinged, all translational constraints are Rigid and all rotational constraints are Free
Sliding2 Sliding, the X and Y translational constraints are Free, the Z translational constraint is Rigid and all rotational constraints are Free
Custom3 Custom, the translational and rotational constraints have values which not fall under the other conditions
See Also