2027 Method
Changes 0
M

RebarShapeDrivenAccessor.SetLayoutAsFixedNumber

Description:
Sets the Layout Rule property of rebar set to FixedNumber.
Remarks:
When changing the layout rule to FixedNumber, you must also simultaneously set NumberOfBarPositions, SetLength, BarsOnNormalSide, IncludeFirstBar, and IncludeLastBar properties.
public void SetLayoutAsFixedNumber(
	int numberOfBarPositions,
	double arrayLength,
	bool barsOnNormalSide,
	bool includeFirstBar,
	bool includeLastBar
)
  • Int32
    numberOfBarPositions
    The number of bar positions 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