Enum WebOpeningStiffening
Represents the web opening stiffening
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public enum WebOpeningStiffening
Fields
| Name | Value | Description |
|---|---|---|
| All | All = 9 | All four |
| BottomBoth | BottomBoth = 6 | Both left and right on the bottom side |
| BottomLeft | BottomLeft = 3 | Bottom left |
| BottomRight | BottomRight = 4 | Bottom right |
| LeftBoth | LeftBoth = 7 | Both top and bottom on the left side |
| None | None = 0 | None |
| RightBoth | RightBoth = 8 | Both top and bottom on the right side |
| TopBoth | TopBoth = 5 | Both left and right on the top side |
| TopLeft | TopLeft = 1 | Top left |
| TopRight | TopRight = 2 | Top right |