ISlabData Interface

Represents additional data of slab

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISlabData

The ISlabData type exposes the following members.

Properties
  NameDescription
Public propertyAnalyseSlab
Gets a value indicating whether the slab is analysed
Public propertyConcreteDensityClass
Gets the concrete density class
Public propertyConcreteDryDensity
Gets the concrete dry density (in [kg/mm³])
Public propertyConcreteDryWeightPerArea
Gets the dry weight per area (in [N/mm²])
Public propertyConcreteType
Gets the concrete type
Public propertyConcreteWetDensity
Gets the concrete wet density (in [kg/mm³])
Public propertyConcreteWetWeightPerArea
Gets the wet weight per area (in [N/mm²])
Public propertyDeck
Gets the deck
Public propertyDeckType
Gets the deck type
Public propertyDecompositionType
Gets the decomposition type
Public propertyDepth
Gets the depth of the slab (in [mm])
Public propertyDiaphragmOption
Gets the diaphragm option
Public propertyLongTermMultiple
Gets the factor by which the short term elastic modulus is divided to obtain the long term modulus
Public propertyMaterial
Gets the IMaterial
Public propertyShortTermElasticModulus
Gets the short term elastic modulus (in [N/mm²])
Public propertySlabType
Gets the type of the slab
Public propertyToppingDepth
Gets the depth of topping (in [mm])
Public propertyToppingOption
Gets the type of topping
Public propertyUserDefinedMaterial
Gets the user-defined material
Top
See Also