2025 Method
Changes 0
M

RebarShapeDrivenAccessor.SetLayoutAsNumberWithSpacing

Description:
Sets the Layout Rule property of rebar set to NumberWithSpacing
Remarks:
When changing the layout rule to NumberWithSpacing, you must also simultaneously set NumberOfBarPositions, Spacing, BarsOnNormalSide, IncludeFirstBar, and IncludeLastBar properties.
public void SetLayoutAsNumberWithSpacing(
	int numberOfBarPositions,
	double spacing,
	bool barsOnNormalSide,
	bool includeFirstBar,
	bool includeLastBar
)
  • numberOfBarPositions
    The number of bar positions in rebar set
  • spacing
    The maximum spacing between rebar in rebar set
  • barsOnNormalSide
    Identifies if the bars of the rebar set are on the same side of the rebar plane indicated by the normal
  • includeFirstBar
    Identifies if the first bar in rebar set is shown
  • includeLastBar
    Identifies if the last bar in rebar set is shown