RebarShapeDrivenAccessor.SetLayoutAsMinimumClearSpacing
Description:
Sets the Layout Rule property of rebar set to MinimumClearSpacing
Sets the Layout Rule property of rebar set to MinimumClearSpacing
Remarks:
When changing the layout rule to MinimumClearSpacing, you must also simultaneously set Spacing, SetLength, BarsOnNormalSide, IncludeFirstBar, and IncludeLastBar properties.
When changing the layout rule to MinimumClearSpacing, you must also simultaneously set Spacing, SetLength, BarsOnNormalSide, IncludeFirstBar, and IncludeLastBar properties.
public void SetLayoutAsMinimumClearSpacing(
double spacing,
double arrayLength,
bool barsOnNormalSide,
bool includeFirstBar,
bool includeLastBar
)
-
DoublespacingThe maximum spacing between rebar in rebar set
-
DoublearrayLengthThe distribution length of rebar set
-
BooleanbarsOnNormalSideIdentifies if the bars of the rebar set are on the same side of the rebar plane indicated by the normal
-
BooleanincludeFirstBarIdentifies if the first bar in rebar set is shown
-
BooleanincludeLastBarIdentifies if the last bar in rebar set is shown
-
The spacing isn't bigger than 0.0. -or- the set length arrayLength isn't acceptable.
-
This RebarShapeDrivenAccessor is an instance of a spiral or multiplanar shape.
-
This RebarShapeDrivenAccessor doesn't contain a valid rebar reference.