Add inclined rebar

This commit is contained in:
RedikultsevEvg
2025-07-07 00:06:54 +05:00
parent 0975dde696
commit 1bc7799d3c
37 changed files with 751 additions and 111 deletions

View File

@@ -29,7 +29,8 @@ namespace StructureHelperLogics.Models.BeamShears
}
legCount = value;
}
} /// <inheritdoc/>
}
/// <inheritdoc/>
public double Diameter
{
get => diameter; set
@@ -44,7 +45,8 @@ namespace StructureHelperLogics.Models.BeamShears
}
diameter = value;
}
} /// <inheritdoc/>
}
/// <inheritdoc/>
public double Spacing
{
get => step; set
@@ -55,8 +57,11 @@ namespace StructureHelperLogics.Models.BeamShears
}
step = value;
}
} /// <inheritdoc/>
}
/// <inheritdoc/>
public double CompressedGap { get; set; } = 0;
/// <inheritdoc/>
public bool IsSpiral { get; set; } = false;
public StirrupByRebar(Guid id)
{