RebarUpdateCurvesData
Version comparison
Members across versions
50 members across 9 versions
· 14 added later
· 6 removed
· 6 changed
· 6 obsolete
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 |
|---|---|---|---|---|---|---|---|---|---|
|
M
Dispose
|
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 | |
| 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 | |
| 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 | |
| not yet introduced | not yet introduced | not yet introduced | not yet introduced | added | same | same | same | same | |
| same | same | same | same | same | same | same | changed | missing | |
| same | same | same | same | same | same | same | changed | missing | |
| 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 | |
| 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 | |
|
P
Spacing
|
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 |
No members match the current filter.
Per-version detail
Click a version below to see what changed in that release vs your current frame (2023).
2023
current
Changes in 2021 vs 2023 1 added 2 missing
Flip API Versions →Added in 2021 (new since 2023)
Missing in 2021 (only available in 2023)
Changes in 2022 vs 2023 1 added
Flip API Versions →Added in 2022 (new since 2023)
Changes in 2024 vs 2023 5 added
Flip API Versions →Added in 2024 (new since 2023)
Changes in 2025 vs 2023 5 added
Flip API Versions →Added in 2025 (new since 2023)
Changes in 2025.3 vs 2023 5 added
Flip API Versions →Added in 2025.3 (new since 2023)
Changes in 2026 vs 2023 9 added 4 changed
Flip API Versions →Added in 2026 (new since 2023)
GetCycleCounter
GetTerminationPlaneNormalForBarIdx(Int32, Int32)
GetTerminationRotationAngle(Int32)
SetCycleCounter(Int32)
SetTerminationPlaneNormalForBarIdx(Int32, Int32, XYZ)
SetTerminationRotationAngle(Int32, Double)
AlignedFreeFormSetOrientationOptions
AreOrientationOptionsChanged
CycleCounterChanged
Changed members
RebarUpdateCurvesData.GetHookOrientationAngle(Int32)
No longer obsolete in 2023 (was obsolete in 2026)
| end | Int32 | The end of bar. Should be 0 for start or 1 for end. |
| → returns | Double | The hook orientation angle at end that is currently in the rebar. |
RebarUpdateCurvesData.GetHookPlaneNormalForBarIdx(Int32, Int32)
No longer obsolete in 2023 (was obsolete in 2026)
| 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 normal of plane in which the hook at end of bar with index barPositionIndex that is currently in Rebar. |
RebarUpdateCurvesData.SetHookOrientationAngle(Int32, Double)
No longer obsolete in 2023 (was obsolete in 2026)
| end | Int32 | The end of bar. Should be 0 for start or 1 for end. |
| angle | Double | The hook orientation angle at end. |
RebarUpdateCurvesData.SetHookPlaneNormalForBarIdx(Int32, Int32, XYZ, XYZ)
No longer obsolete in 2023 (was obsolete in 2026)
| 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 hook plane normal. |
| hookNormal | XYZ | The normal of plane in which the hook at end of bar with index barPositionIndex will stay. |
| 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. |
Changes in 2027 vs 2023 11 added 4 missing
Flip API Versions →Added in 2027 (new since 2023)
GetCycleCounter
GetTerminationPlaneNormalForBarIdx(Int32, Int32)
GetTerminationRotationAngle(Int32)
SetCycleCounter(Int32)
SetTerminationPlaneNormalForBarIdx(Int32, Int32, XYZ)
SetTerminationRotationAngle(Int32, Double)
AlignedFreeFormSetOrientationOptions
CycleCounterChanged
EndConstraintLostTargets
IsCustomSpacingFormulaChanged
StartConstraintLostTargets