2027 Enumeration
Changes 8
E

RebarLayoutRule

Description:
The rule for how the rebars in rebar set are laid out
public enum RebarLayoutRule
Name Description
E CustomSpacing The bars can have different spacings between them (measured inteaxis) which are defined by a formula.
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 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.
E NumberWithSpacing Both the spacing between rebar and the number of rebar are constant based on input.
E Single It is a single rebar and not a rebar set.