RVTDocs.com

RebarLayoutRule

Enumeration
Description:
The rule for how the rebars in rebar set are laid out
Syntax
public enum RebarLayoutRule
Unknown Namespace Members:
Name Description
Single It is a single rebar and not a rebar set.
FixedNumber The spacing between the rebar is adjustable, but the number of bars is constant based on input.
MaximumSpacing The maximum distance between rebar is specified by input, and the number of rebar changes based on the length of rebar set.
NumberWithSpacing Both the spacing between rebar and the number of rebar are constant based on input.
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.