Table of Contents

Enum ShellModelType

Namespace
FemDesign.Bars
Assembly
FemDesign.Core.dll
public enum ShellModelType
Extension Methods

Fields

[Parseable(new string[] { "complex", "Complex", "COMPLEX" })] Complex = 2

Shell model. Fictitious bars on the boundary of the shell model.

[Parseable(new string[] { "none", "None", "NONE" })] None = 0

Bar model.

[Parseable(new string[] { "simple", "Simple", "SIMPLE" })] Simple = 1

Shell model. Contains only shell elements.