2023 Enumeration
Changes 1
E

RebarLayoutRule

Description:
The rule for how the rebars in rebar set are laid out
public enum RebarLayoutRule
Name Description
E Single It is a single rebar and not a rebar set.
E FixedNumber The spacing between the rebar is adjustable, but the number of bars is constant based on input.
E MaximumSpacing The maximum distance between rebar is specified by input, and the number of rebar changes based on the length of rebar set.
E NumberWithSpacing Both the spacing between rebar and the number of rebar are constant based on input.
E MinimumClearSpacing The minimum distance between rebar is specified by input, and the number of rebar changes based on the length of rebar set. This spacing is maintained even if the rebar size changes.