C

RebarContainer

Version comparison

Members across versions

29 members across 9 versions · 2 added later · 4 removed · 8 changed · 4 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
same same same same same same same changed missing
M AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarTerminationOrientation, RebarTerminationOrientation, Boolean, Boolean)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
M AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
same same same same same same same changed missing
M AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarTerminationOrientation, RebarTerminationOrientation)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
same same same same same same same same same
M AppendItemFromRebarShape(RebarShape, RebarBarType, XYZ, XYZ, XYZ)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
M Contains(RebarContainerItem)
same same same same same same same changed same
M Create(Document, Element, ElementId)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
M GetItem(Int32)
same same same same same changed same same same
same same same same same changed same same same
same same same same same same same same same
same same same same same changed same same same
same same same same same same same same same
M IsItemHidden(View, Int32)
same same same same same same same same same
M IsSolidInView(View3D)
same same same changed missing missing missing missing missing
same same same same same same same same same
M RemoveItem(RebarContainerItem)
same same same same same same same same same
M SetHostId(Document, ElementId)
same same same same same same same same same
M SetItemHiddenStatus(View, Int32, Boolean)
same same same same same same same same same
M SetSolidInView(View3D, Boolean)
same same same changed missing missing missing missing missing
M SetUnobscuredInView(View, Boolean)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2022).
Identical to 2022: 2020, 2021
2022 current

Changes in 2023 vs 2022 2 changed

Flip API Versions →

Changed members

RebarContainer.IsSolidInView(View3D)
No longer obsolete in 2022 (was obsolete in 2023)
view View3D The 3D view element
→ returns Boolean True this RebarContainer element is shown as solid in the given 3D view, false otherwise.
RebarContainer.SetSolidInView(View3D, Boolean)
No longer obsolete in 2022 (was obsolete in 2023)
view View3D The 3D view element
solid Boolean True if this RebarContainer element is shown as solid in the given 3D view, false otherwise.

Changes in 2025 vs 2022 2 missing 3 changed

Flip API Versions →

Missing in 2025 (only available in 2022)

Changed members

RebarContainer.GetItem(Int32)
itemIndex Int32 Item index in the Rebar Container
→ returns RebarContainerItemRebar Container Item Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2025.3 vs 2022 2 missing 3 changed

Flip API Versions →

Missing in 2025.3 (only available in 2022)

Changed members

RebarContainer.GetItem(Int32)
itemIndex Int32 Item index in the Rebar Container
→ returns RebarContainerItemRebar Container Item Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2026 vs 2022 2 added 2 missing 6 changed

Flip API Versions →

Added in 2026 (new since 2022)

Missing in 2026 (only available in 2022)

Changed members

RebarContainer.AppendItemFromCurves(RebarStyle, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation, Boolean, Boolean)
No longer obsolete in 2022 (was obsolete in 2026)
style RebarStyle The usage of the bar, "standard" or "stirrup/tie".
barType RebarBarType A RebarBarType element that defines bar diameter, bend radius and material of the rebar.
startHook RebarHookType A RebarHookType element that defines the hook for the start of the bar. If this parameter is <span class="keyword">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span>, it means to create a rebar with no hook.
endHook RebarHookType A RebarHookType element that defines the hook for the end of the bar. If this parameter is <span class="keyword">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span>, it means to create a rebar with no hook.
normal XYZ The normal to the plane that the rebar curves lie on.
curves IList<Curve> An array of curves that define the shape of the rebar curves. They must belong to the plane defined by the normal and origin. Bends and hooks should not be included in the array of curves.
startHookOrient RebarHookOrientation Defines the orientation of the hook plane at the start of the rebar with respect to the orientation of the first curve and the plane normal. Only two values are permitted: Value = Right: The hook is on your right as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up." Value = Left: The hook is on your left as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up."
endHookOrient RebarHookOrientation Defines the orientation of the hook plane at the end of the rebar with respect to the orientation of the last curve and the plane normal. Only two values are permitted: Value = Right: The hook is on your right as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up." Value = Left: The hook is on your left as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up."
useExistingShapeIfPossible Boolean Attempts to assign a RebarShape from those existing in the document. If no shape matches, NewRebar returns or creates a new shape, according to the parameter createNewShape. When both parameters are "true", the behavior is the same as sketching rebar in the UI. At least one of these parameters must be "true". If the RebarShapeDefinesHooks flag in ReinforcementSettings has been set to false, and a RebarShape cannot be found with both matching curves and hooks, then this method will perform a second search, ignoring hook information.
createNewShape Boolean Creates a shape in the document to match the curves, hooks, and style specified, and assigns it to the new rebar instance. Shape creation will not succeed unless one or more other shapes already exist in the document, and these shapes have enough shape parameters to define a shape for these curves.
→ returns RebarContainerItem The Rebar Container Item.
RebarContainer.AppendItemFromCurvesAndShape(RebarShape, RebarBarType, RebarHookType, RebarHookType, XYZ, IList<Curve>, RebarHookOrientation, RebarHookOrientation)
No longer obsolete in 2022 (was obsolete in 2026)
rebarShape RebarShape A RebarShape element that defines the shape of the rebar. A RebarShape element matches curves and hooks. A RebarShape element provides RebarStyle of the rebar.
barType RebarBarType A RebarBarType element that defines bar diameter, bend radius and material of the rebar.
startHook RebarHookType A RebarHookType element that defines the hook for the start of the bar. If this parameter is <span class="keyword">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span>, it means to create a rebar with no hook.
endHook RebarHookType A RebarHookType element that defines the hook for the end of the bar. If this parameter is <span class="keyword">null</span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span>, it means to create a rebar with no hook.
normal XYZ The normal to the plane that the rebar curves lie on.
curves IList<Curve> An array of curves that define the shape of the rebar curves. They must belong to the plane defined by the normal and origin. Bends and hooks should not be included in the array of curves.
startHookOrient RebarHookOrientation Defines the orientation of the hook plane at the start of the rebar with respect to the orientation of the first curve and the plane normal. Only two values are permitted: Value = Right: The hook is on your right as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up." Value = Left: The hook is on your left as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up."
endHookOrient RebarHookOrientation Defines the orientation of the hook plane at the end of the rebar with respect to the orientation of the last curve and the plane normal. Only two values are permitted: Value = Right: The hook is on your right as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up." Value = Left: The hook is on your left as you stand at the end of the bar, with the bar behind you, taking the bar's normal as "up."
→ returns RebarContainerItem The Rebar Container Item.
RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
item 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 RebarContainerItemRebar Container Item Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.

Changes in 2027 vs 2022 2 added 4 missing 4 changed

Flip API Versions →

Added in 2027 (new since 2022)

Missing in 2027 (only available in 2022)

Changed members

RebarContainer.Contains(RebarContainerItem, RebarContainerItem)
pItem RebarContainerItem The item to be checked if RebarContainer has it as one of its members
item 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 RebarContainerItemRebar Container Item Rebar Container Item
RebarContainer.GetParametersManager()
→ returns RebarContainerParameterManager The parameters manager.
RebarContainer.GetReinforcementRoundingManager()
→ returns RebarRoundingManager The rounding manager.