Sets the Layout Rule property of rebar set to MinimumClearSpacing
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2018
Syntax
C# |
---|
public void SetLayoutAsMinimumClearSpacing(
double spacing,
double arrayLength,
bool barsOnNormalSide,
bool includeFirstBar,
bool includeLastBar
) |
Visual Basic |
---|
Public Sub SetLayoutAsMinimumClearSpacing ( _
spacing As Double, _
arrayLength As Double, _
barsOnNormalSide As Boolean, _
includeFirstBar As Boolean, _
includeLastBar As Boolean _
) |
Visual C++ |
---|
public:
void SetLayoutAsMinimumClearSpacing(
double spacing,
double arrayLength,
bool barsOnNormalSide,
bool includeFirstBar,
bool includeLastBar
) |
Parameters
- spacing
- Type: System..::..Double
The maximum spacing between rebar in rebar set
- arrayLength
- Type: System..::..Double
The distribution length of rebar set
- barsOnNormalSide
- Type: System..::..Boolean
Identifies if the bars of the rebar set are on the same side of the rebar plane indicated by the normal
- includeFirstBar
- Type: System..::..Boolean
Identifies if the first bar in rebar set is shown
- includeLastBar
- Type: System..::..Boolean
Identifies if the last bar in rebar set is shown
Remarks
Exceptions
See Also