Changes in 2020 vs 2026 2 added 2 missing 6 changed
Flip API Versions →Added in 2020 (new since 2026)
Missing in 2020 (only available in 2026)
AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarTerminationOrientation, RebarTerminationOrientation, Boolean, Boolean)
AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarTerminationOrientation, RebarTerminationOrientation)
Changed members
RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurves(RebarStyle style, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient, bool useExistingShapeIfPossible, bool createNewShape) instead.
| style | RebarStyle | |
| barType | RebarBarType | |
| startHook | RebarHookType | |
| endHook | RebarHookType | |
| normal | XYZ | |
| curves | IList<Curve> | |
| startHookOrient | RebarHookOrientation | |
| endHookOrient | RebarHookOrientation | |
| useExistingShapeIfPossible | Boolean | |
| createNewShape | Boolean | |
| → returns | RebarContainerItem | RebarContainerItem |
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarContainer.AppendItemFromCurvesAndShape(RebarShape rebarShape, RebarBarType barType, RebarHookType startHook, RebarHookType endHook, XYZ normal, IList<Curve> curves, RebarTerminationOrientation startHookOrient, RebarTerminationOrientation endHookOrient) instead.
| rebarShape | RebarShape | |
| barType | RebarBarType | |
| startHook | RebarHookType | |
| endHook | RebarHookType | |
| normal | XYZ | |
| curves | IList<Curve> | |
| startHookOrient | RebarHookOrientation | |
| endHookOrient | RebarHookOrientation | |
| → returns | RebarContainerItem | RebarContainerItem |
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
| item | RebarContainerItem | The item to be checked if RebarContainer has it as one of its members |
| pItem | RebarContainerItem | The item to be checked if RebarContainer has it as one of its members |
| → returns | Boolean | True if RebarContainer has this item as one of its members, false otherwise. |
RebarContainer.GetItem(Int32)
| itemIndex | Int32 | Item index in the Rebar Container |
| → returns | Rebar Container Item→RebarContainerItem | Rebar Container Item |
RebarContainer.GetParametersManager()
| → returns | RebarContainerParameterManager | The parameters manager. |
RebarContainer.GetReinforcementRoundingManager()
| → returns | RebarRoundingManager | The rounding manager. |