Interface IMemberPrecamber
Contains information about precamber of a member
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface IMemberPrecamber
Properties
| Name | Description |
|---|---|
| AbsoluteCamber | Gets the absolute value of camber |
| DeadLoadDeflectionProportionRatio | Gets the proportion ratio of the dead load deflection to consider during the camber value calculation |
| DeflectionProportionStep | Gets the step for DeflectionProportion method |
| ImposedLoadDeflectionProportionRatio | Gets the proportion ratio of the imposed load deflection to consider during the camber value calculation |
| MaximumAllowableCamber | Gets the maximum allowable camber value |
| MinimumApplicableCamber | Gets the minimum applicable camber value |
| MinimumLengthOfBeamToApplyCamber | Gets the minimum length of beam for which the camber should be applied |
| MinimumWebThicknessForCamber | Gets the minimum thickness of web for which the camber should be applied |
| PrecamberMethod | Gets the selected camber method |
| SelfWeightDeflectionProportionRatio | Gets the proportion ratio of the self-weight deflection to consider during the camber value calculation |
| ShouldBeApplied | Gets a value indicating whether the camber should be applied |
| SpanPartsCount | Gets the number of parts to split the span length into for the camber value calculation |
| SpanProportionStep | Gets the step for SpanProportion method |