Interface ISlabData
Represents additional data of slab
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISlabData
Properties
| Name | Description |
|---|---|
| AnalyseSlab | Gets a value indicating whether the slab is analysed |
| ConcreteDensityClass | Gets the concrete density class |
| ConcreteDryDensity | Gets the concrete dry density (in [kg/mm³]) |
| ConcreteDryWeightPerArea | Gets the dry weight per area (in [N/mm²]) |
| ConcreteType | Gets the concrete type |
| ConcreteWetDensity | Gets the concrete wet density (in [kg/mm³]) |
| ConcreteWetWeightPerArea | Gets the wet weight per area (in [N/mm²]) |
| Deck | Gets the deck |
| DeckType | Gets the deck type |
| DecompositionType | Gets the decomposition type |
| Depth | Gets the depth of the slab (in [mm]) |
| DiaphragmOption | Gets the diaphragm option |
| LongTermMultiple | Gets the factor by which the short term elastic modulus is divided to obtain the long term modulus |
| Material | Gets the IMaterial |
| ShortTermElasticModulus | Gets the short term elastic modulus (in [N/mm²]) |
| SlabType | Gets the type of the slab |
| ToppingDepth | Gets the depth of topping (in [mm]) |
| ToppingOption | Gets the type of topping |
| UserDefinedMaterial | Gets the user-defined material |