Enum UsedReinforcement
Represents the type of reinforcement which has been used
Namespace: TSD.API.Remoting.Reinforcement
Assembly: TSD.API.Remoting.dll
Syntax
public enum UsedReinforcement
Fields
| Name | Value | Description |
|---|---|---|
| BarsX | BarsX = 3 | Bars in the X direction |
| BarsXy | BarsXy = 2 | Bars in both the X and Y directions |
| BarsY | BarsY = 4 | Bars in the Y direction |
| Mesh | Mesh = 1 | Mesh |
| Unknown | Unknown = 0 | Unknown |