2026 Class Back to 2026
C

RebarUpdateCurvesData

Version comparison

Members across versions

50 members across 9 versions · 14 added later · 6 removed · 6 changed · 6 obsolete

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

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
same same same same same same same same same
same same same same same same same same same
same same changed missing missing missing missing missing missing
M GetBarGeometry(Int32)
same same same same same same same same same
not yet introduced not yet introduced added same same same same same same
not yet introduced not yet introduced added 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 same same same same same same
same same same same same same same same same
not yet introduced not yet introduced not yet introduced not yet introduced added 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 changed missing
M GetHookPlaneNormalForBarIdx(Int32, Int32)
same same same same same same same changed missing
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
same same same same same same same same same
same same same same same same same same same
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
M SetCycleCounter(Int32)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M SetHookOrientationAngle(Int32, Double)
same same same same same same same changed missing
M SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ)
same same same same same same same changed missing
M SetTerminationPlaneNormalForBarIdx(Int32, Int32, XYZ)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
M SetTerminationRotationAngle(Int32, Double)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
not yet introduced not yet introduced not yet introduced not yet introduced added same same same changed
not yet introduced not yet introduced not yet introduced not yet introduced added same same same missing
same same same same same same same same same
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced 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 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
not yet introduced 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 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 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
not yet introduced 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

Per-version detail

Click a version below to see what changed in that release vs your current frame (2026).
2026 current

Changes in 2020 vs 2026 1 added 11 missing 4 changed

Flip API Versions →

Added in 2020 (new since 2026)

Missing in 2020 (only available in 2026)

Changed members

RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
→ returns Double The rotation angle at end that is currently in the rebar.
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 An index between 0 and (GetNumberOfBars()-1).
→ returns XYZ The plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar. The normal is used for both hook and crank.
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
angle Double The termination's rotation angle at end. The angle will be used for both hook and crank.
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 Index of the bar for which it will set the termination's plane normal.
terminationPlaneNormal XYZ The plane's normal in which the termination at end of bar with index barPositionIndex will stay. The normal will be used for both hook and crank.
hookNormal XYZ The normal of plane in which the hook at end of bar with index barPositionIndex will stay.

Changes in 2021 vs 2026 1 added 11 missing 4 changed

Flip API Versions →

Added in 2021 (new since 2026)

Missing in 2021 (only available in 2026)

Changed members

RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
→ returns Double The rotation angle at end that is currently in the rebar.
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 An index between 0 and (GetNumberOfBars()-1).
→ returns XYZ The plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar. The normal is used for both hook and crank.
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
angle Double The termination's rotation angle at end. The angle will be used for both hook and crank.
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 Index of the bar for which it will set the termination's plane normal.
terminationPlaneNormal XYZ The plane's normal in which the termination at end of bar with index barPositionIndex will stay. The normal will be used for both hook and crank.
hookNormal XYZ The normal of plane in which the hook at end of bar with index barPositionIndex will stay.

Changes in 2022 vs 2026 1 added 9 missing 4 changed

Flip API Versions →

Added in 2022 (new since 2026)

Missing in 2022 (only available in 2026)

Changed members

RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
→ returns Double The rotation angle at end that is currently in the rebar.
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 An index between 0 and (GetNumberOfBars()-1).
→ returns XYZ The plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar. The normal is used for both hook and crank.
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
angle Double The termination's rotation angle at end. The angle will be used for both hook and crank.
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 Index of the bar for which it will set the termination's plane normal.
terminationPlaneNormal XYZ The plane's normal in which the termination at end of bar with index barPositionIndex will stay. The normal will be used for both hook and crank.
hookNormal XYZ The normal of plane in which the hook at end of bar with index barPositionIndex will stay.

Changes in 2023 vs 2026 9 missing 4 changed

Flip API Versions →

Missing in 2023 (only available in 2026)

Changed members

RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
→ returns Double The rotation angle at end that is currently in the rebar.
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 An index between 0 and (GetNumberOfBars()-1).
→ returns XYZ The plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar. The normal is used for both hook and crank.
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
angle Double The termination's rotation angle at end. The angle will be used for both hook and crank.
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 Index of the bar for which it will set the termination's plane normal.
terminationPlaneNormal XYZ The plane's normal in which the termination at end of bar with index barPositionIndex will stay. The normal will be used for both hook and crank.
hookNormal XYZ The normal of plane in which the hook at end of bar with index barPositionIndex will stay.

Changes in 2024 vs 2026 4 missing 4 changed

Flip API Versions →

Missing in 2024 (only available in 2026)

Changed members

RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
→ returns Double The rotation angle at end that is currently in the rebar.
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 An index between 0 and (GetNumberOfBars()-1).
→ returns XYZ The plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar. The normal is used for both hook and crank.
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
angle Double The termination's rotation angle at end. The angle will be used for both hook and crank.
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 Index of the bar for which it will set the termination's plane normal.
terminationPlaneNormal XYZ The plane's normal in which the termination at end of bar with index barPositionIndex will stay. The normal will be used for both hook and crank.
hookNormal XYZ The normal of plane in which the hook at end of bar with index barPositionIndex will stay.

Changes in 2025 vs 2026 4 missing 4 changed

Flip API Versions →

Missing in 2025 (only available in 2026)

Changed members

RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
→ returns Double The rotation angle at end that is currently in the rebar.
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 An index between 0 and (GetNumberOfBars()-1).
→ returns XYZ The plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar. The normal is used for both hook and crank.
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
angle Double The termination's rotation angle at end. The angle will be used for both hook and crank.
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 Index of the bar for which it will set the termination's plane normal.
terminationPlaneNormal XYZ The plane's normal in which the termination at end of bar with index barPositionIndex will stay. The normal will be used for both hook and crank.
hookNormal XYZ The normal of plane in which the hook at end of bar with index barPositionIndex will stay.

Changes in 2025.3 vs 2026 4 missing 4 changed

Flip API Versions →

Missing in 2025.3 (only available in 2026)

Changed members

RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
→ returns Double The rotation angle at end that is currently in the rebar.
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.GetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 An index between 0 and (GetNumberOfBars()-1).
→ returns XYZ The plane's normal in which the termination (e.g. hook, crank) at end of bar with index barPositionIndex that is currently in Rebar. The normal is used for both hook and crank.
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationRotationAngle instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
angle Double The termination's rotation angle at end. The angle will be used for both hook and crank.
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
Became obsolete in 2026: This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use RebarUpdateCurvesData.SetTerminationPlaneNormalForBarIdx instead.
end Int32 The end of bar. Should be 0 for start or 1 for end.
barPositionIndex Int32 Index of the bar for which it will set the termination's plane normal.
terminationPlaneNormal XYZ The plane's normal in which the termination at end of bar with index barPositionIndex will stay. The normal will be used for both hook and crank.
hookNormal XYZ The normal of plane in which the hook at end of bar with index barPositionIndex will stay.

Changes in 2027 vs 2026 3 added 5 missing 1 changed

Flip API Versions →

Added in 2027 (new since 2026)

Missing in 2027 (only available in 2026)

Changed members

RebarUpdateCurvesData.AlignedFreeFormSetOrientationOptions()
No longer obsolete in 2026 (was obsolete in 2027)
→ returns AlignedFreeFormSetOrientationOptions