Click or drag to resize

SurfaceActionDistributionTo Enumeration

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

The available kinds of load distribution

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum SurfaceActionDistributionTo
Members
  Member nameValueDescription
OneWayX0 Load will be distributed only to members parallel with X direction (X axis of local coordinate system)
OneWayY1 Load will be distributed only to members parallel with Y direction (Y axis of local coordinate system)
TwoWay2 Load will be distributed equally to both directions
See Also