Click or drag to resize

FormCode Enumeration

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

Supported form codes (unique shapes) of a cross-section

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum FormCode
Members
  Member nameValueDescription
NotUsed0 Not available

The following DescriptionId's correspond to this form code:

ISection1 I-Section

The following DescriptionId's correspond to this form code:

---
 |
---
RectangularHollowSection2 Rectangular hollow section

The following DescriptionId's correspond to this form code:

---
| |
| |
---
CircularHollowSection3 Circular hollow section

The following DescriptionId's correspond to this form code:

( )
LSection4 L-Section

The following DescriptionId's correspond to this form code:

|
|
---
ChannelSection5 Channel section

The following DescriptionId's correspond to this form code:

---
|
---
TSection6 T-Section

The following DescriptionId's correspond to this form code:

 |
 |
---
FullRectangularSection7 Full rectangular section

The following DescriptionId's correspond to this form code:

-----
|XXX|
-----
FullCircularSection8 Full circular section

The following DescriptionId's correspond to this form code:

(X)
TSectionFlipped9 T-Section (flipped up-side-down)

The following DescriptionId's correspond to this form code:

---
 |
LSectionMirrored10 L-Section (mirrored)

The following DescriptionId's correspond to this form code:

  |
  |
---
LSectionFlipped11 L-Section (flipped up-side-down)

The following DescriptionId's correspond to this form code:

---
|
|
LSectionMirrorFlipped12 L-Section (mirrored and flipped up-side-down)

The following DescriptionId's correspond to this form code:

---
  |
  |
ChannelSectionMirrored13 Channel section (mirrored)

The following DescriptionId's correspond to this form code:

---
  |
---
AsymmetricISection14 Asymmetric I-Section

The following DescriptionId's correspond to this form code:

 ---
  |
-----
AsymmetricISectionFlipped15 Asymmetric I-Section (flipped up-side-down)

The following DescriptionId's correspond to this form code:

-----
  |
 ---
ZSection16 Z-Section

The following DescriptionId's correspond to this form code:

---
  |
  ---
ZSectionMirrored17 Z-Section (mirrored)

The following DescriptionId's correspond to this form code:

  ---
  |
---
OmegaSection18 Omega section

The following DescriptionId's correspond to this form code:

  -----
  |   |
---   ---
OmegaSectionFlipped19 Omega section (flipped up-side-down)

The following DescriptionId's correspond to this form code:

---   ---
  |   |
  -----
SigmaSection20 Sigma section

The following DescriptionId's correspond to this form code:

----
|  I
 \
  |
 /
|   I
-----
SigmaSectionMirrored21 Sigma section (mirrored)

The following DescriptionId's correspond to this form code:

 ----
 I  |
   /
  |
   \
I   |
-----
SigmaSectionFlipped22 Sigma section (flipped up-side-down)

The following DescriptionId's correspond to this form code:

-----
|   I
 \
  |
 /
|  I
----
SigmaSectionMirroredFlipped23 Sigma section (mirrored and flipped up-side-down)

The following DescriptionId's correspond to this form code:

-----
I   |
   /
  |
   \
 I  |
 ----
See Also