M

RebarShapeDrivenAccessor.SetLayoutAsCustomSpacing

Description:
Sets the Layout Rule property of rebar set to Custom Spacing.
public void SetLayoutAsCustomSpacing(
	string customSpacingFormula,
	double arrayLength,
	bool barsOnNormalSide,
	bool includeFirstBar,
	bool includeLastBar
)
  • String
    customSpacingFormula
    The layout formula.
  • Double
    arrayLength
    The distribution length of rebar set. This will be used only if the formula contains percentage or it contains "?", otherwise the array length will be calculated from the formula and will be stored in the rebar.
  • 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.