Interface IConcreteBeamSpanData
Represents a data of a span of a concrete beam
Inherited Members
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface IConcreteBeamSpanData : IMemberSpanData
Properties
| Name | Description |
|---|---|
| AllowanceForOpeningLeft | Gets the allowance for opening left (in [mm]) |
| AllowanceForOpeningRight | Gets the allowance for opening right (in [mm]) |
| ConsiderFlanges | Get a value indicating whether to consider flanges |
| IncludeFlangesInAnalysis | Gets a value indicating whether the flanges are included in the analysis |
| IncreaseReinforcementIfDeflectionCheckFails | Gets a value indicating whether to increase the reinforcement if the deflection check fails |
| IsolatedBeam | Gets a value indicating whether the member is isolated |
| NominalCoverBeamBottomEdge | Gets the nominal cover on bottom edge (in [mm]) |
| NominalCoverBeamEnds | Gets the nominal cover on ends (in [mm]) |
| NominalCoverBeamTopEdge | Gets the nominal cover on top edge (in [mm]) |
| NominalCoverSectionSide | Gets the nominal cover on section side (in [mm]) |
| PermissibleIncreaseInReinforcement | Get the permissible increase in the reinforcement (in [mm]) |
| StructureSupportingSensitiveFinishes | Gets a value indicating the structure supporting sensitive finishes |
| UserFlangeDepthLeft | Gets the left flange depth if it has fixed dimensions (in [mm]) |
| UserFlangeDepthRight | Gets the right flange depth if it has fixed dimensions (in [mm]) |
| UserFlangeLeft | Gets a value indicating whether the left flange dimensions are fixed instead of being calculated from the neighbor distance and slab |
| UserFlangeRight | Gets a value indicating whether the right flange dimensions are fixed instead of being calculated from the neighbor distance and slab |
| UserFlangeWidthLeft | Gets the left flange width if it has fixed dimensions (in [mm]) |
| UserFlangeWidthRight | Gets the right flange width if it has fixed dimensions (in [mm]) |