2027 Method
Changes 0
M

RebarContainerItem.SetLayoutAsMaximumSpacing

Description:
Sets the Layout Rule property of rebar set to MaximumSpacing
Remarks:
When changing the layout rule to MaximumSpacing, you must also simultaneously set Spacing, SetLength, BarsOnNormalSide, IncludeFirstBar, and IncludeLastBar properties.
public void SetLayoutAsMaximumSpacing(
	double spacing,
	double arrayLength,
	bool barsOnNormalSide,
	bool includeFirstBar,
	bool includeLastBar
)
  • Double
    spacing
    The maximum spacing between rebar in rebar set
  • Double
    arrayLength
    The distribution length of rebar set
  • Boolean
    barsOnNormalSide
    Identifies if the bars of the rebar set are on the same side of the rebar plane indicated by the normal
  • Boolean
    includeFirstBar
    Identifies if the first bar in rebar set is shown
  • Boolean
    includeLastBar
    Identifies if the last bar in rebar set is shown