Table of Contents

Enum Face

Namespace
FemDesign.GenericClasses
Assembly
FemDesign.Core.dll
public enum Face
Extension Methods

Fields

[Parseable(new string[] { "bottom", "Bottom", "BOTTOM", "down", "Down", "DOWN" })] Bottom = 2
[Parseable(new string[] { "mid", "Mid", "MID", "middle", "Middle", "MIDDLE" })] Mid = 1
[Parseable(new string[] { "top", "Top", "TOP", "up", "Up", "UP" })] Top = 0