Reinforcement
|
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)


Member name | Value | Description |
---|---|---|
AssignUniqueNumberPerSet | 1 |
If this value is Assign Unique Numbers Per Set, the following happens:
|
MatchSetsWithIdenticalBars | 2 |
If this value is Match Sets With Identical Bars, the following happens:
|
NumberBarsIndividually | 0 |
If this value is Numbers Bars Individually, then the Revit numbering mechanism ( NumberingSchema ) will assign a number to each bar in a rebar set with varying lengths. It will also assign a number to the sets that don't have varying length bars. The number is assigned based on the Revit numbering logic. (For example if two bars are identical, they will receive the same number). The numbering mechanism will compare varying bars with other varying or uniform bars within the project. (i.e each bar in a varying set is interpreted as an individual Rebar). The shape parameters of a Rebar can be accessed via [!:Autodesk::Revit::DB::Structure::RebarShapeDefinition::getParameters] method. The parameters at a specific index in a Rebar set can be accessed via [!:Autodesk::Revit::DB::Structure::Rebar::getParameterValueAtIndex] method. |
