Add BeamShearCalculator
This commit is contained in:
@@ -6,11 +6,18 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public class InclinedSection : IInclinedSection
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public double FullDepth { get; set; }
|
||||
/// <inheritdoc/>
|
||||
public double EffectiveDepth { get; set; }
|
||||
/// <inheritdoc/>
|
||||
public double WebWidth { get; set; }
|
||||
/// <inheritdoc/>
|
||||
public double StartCoord { get; set; }
|
||||
/// <inheritdoc/>
|
||||
public double EndCoord { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user