Share

RebarLayoutRule Enumeration

The rule for how the rebars in rebar set are laid out


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum RebarLayoutRule

Members

Member nameValueDescription
FixedNumber1 The spacing between the rebar is adjustable, but the number of bars is constant based on input.
MaximumSpacing2 The maximum distance between rebar is specified by input, and the number of rebar changes based on the length of rebar set.
MinimumClearSpacing4 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.
NumberWithSpacing3 Both the spacing between rebar and the number of rebar are constant based on input.
Single0 It is a single rebar and not a rebar set.

See Also

Reference

Was this information helpful?