Add logic for converting beam shear calculator input data
This commit is contained in:
@@ -24,7 +24,7 @@ namespace StructureHelperCommon.Models.Forces
|
||||
/// <inheritdoc/>
|
||||
public double ForceCoordinate { get; set; }
|
||||
/// <inheritdoc/>
|
||||
public double ForceValue { get; set; }
|
||||
public IForceTuple ForceValue { get; set; } = new ForceTuple(Guid.NewGuid());
|
||||
/// <inheritdoc/>
|
||||
public double RelativeLoadLevel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user