Click or drag to resize

CurveBehaviour Enumeration

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

Supported behaviors of a 1D member in the Structural Analysis model

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum CurveBehaviour
Members
  Member nameValueDescription
Standard0 The 1D member acts like a standard 1D member
AxialForceOnly1 The 1D member acts like a hinged (pinned) rod
CompressionOnly2 The 1D member bears only pressure axial force. If the element gets under tension it stops acting.
TensionOnly3 The 1D member bears only tension axial force. If the element gets under compression it stops acting.
See Also