Click or drag to resize

ConstraintType Enumeration

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

Supported constraints of a support. The way the support acts in individual directions

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum ConstraintType
Members
  Member nameValueDescription
Free0 The support is free in the specified direction. That is, it imposes no constraint in the direction.
Rigid1 The support is fully rigid in the specified direction.
Flexible2 The support is flexible (elastic) in the specified direction. The user has to define the required stiffness of the support.
CompressionOnly3 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.
TensionOnly4 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.
NonLinear5 Non-linear Valid only in RelConnectsRigidLink
FlexibleCompressionOnly6 Rigid/Flexible compression/tension only - acts rigid or flexible, only for defined strain (compression or tension) Valid only in RelConnectsRigidLink
FlexibleTensionOnly7 Rigid/Flexible compression/tension only - acts rigid or flexible, only for defined strain (compression or tension) Valid only in RelConnectsRigidLink
See Also