Click or drag to resize

CurveAlignment Enumeration

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

Supported positions of the system-line in cross sections

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum CurveAlignment
Members
  Member nameValueDescription
Centre0 Center of the gravity of the cross-section
Top1 Top of the gravity of the cross-section
Bottom2 Bottom of the gravity of the cross-section
Left3 Left of the gravity of the cross-section
Right4 Right of the gravity of the cross-section
TopLeft5 Top-left of the gravity of the cross-section
TopRight6 Top-right of the gravity of the cross-section
BottomLeft7 Bottom-left of the gravity of the cross-section
BottomRight8 Bottom-right of the gravity of the cross-section
See Also