2026 Class Back to 2026
C

RebarSpliceUtils

Version comparison

Members across versions

10 members across 9 versions · 10 added later · 4 changed

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

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M CanRebarBeSpliced(Rebar, RebarSpliceOptions, Line, ElementId)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M CanRebarBeSpliced(Rebar, RebarSpliceOptions, RebarSpliceGeometry)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M CanRebarBeSpliced(Rebar, RebarSpliceOptions, Line, XYZ)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M GetLapDirectionForSpliceGeometryAndPosition(Rebar, RebarSpliceGeometry, RebarSplicePosition)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M GetSpliceChain(Rebar)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M GetSpliceGeometries(Document, ElementId, RebarSpliceOptions, RebarSpliceRules)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same changed
M SpliceRebar(Document, ElementId, RebarSpliceOptions, Line, XYZ)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same changed
M SpliceRebar(Document, ElementId, RebarSpliceOptions, IList<RebarSpliceGeometry>)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same changed
M SpliceRebar(Document, ElementId, RebarSpliceOptions, Line, ElementId)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same changed
M UnifyRebarsIntoOne(Document, ElementId, ElementId)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2026).
Identical to 2026: 2025, 2025.3
Not present in: 2020, 2021, 2022, 2023, 2024
2026 current

Changes in 2027 vs 2026 4 changed

Flip API Versions →

Changed members

RebarSpliceUtils.GetSpliceGeometries(Document, ElementId, RebarSpliceOptions, RebarSpliceRules, ElementId)
document Document The document
rebarIdToSplit ElementId Rebar id to split.
spliceOptions RebarSpliceOptions The rebar splice options.
spliceRules RebarSpliceRules The splice rules.
rebarIdToSplice ElementId Rebar id to splice.
→ returns RebarSpliceByRulesResult Returns the result of the operation. If the operation was successful the RebarSpliceByRulesResult.Error member will have "RebarSpliceByRulesError.Success" value.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, Line, XYZ, ElementId)
document Document The document
rebarIdToSplit ElementId Rebar id to split.
spliceOptions RebarSpliceOptions The rebar splice options.
line Line The line used for splice.
linePlaneNormal XYZ The normal of the plane of the line.
rebarIdToSplice ElementId Rebar id to splice.
→ returns IList Returns the ids of the rebars that are considered to be spliced.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, IList<RebarSpliceGeometry>, ElementId)
document Document
rebarIdToSplit ElementId
spliceOptions RebarSpliceOptions
spliceGeometries IList<RebarSpliceGeometry>
rebarIdToSplice ElementId Rebar id to splice.
→ returns IList IList ElementId
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, Line, ElementId, ElementId)
document Document The document
rebarIdToSplit ElementId Rebar id to split.
spliceOptions RebarSpliceOptions The rebar splice options.
line Line The line used for splice.
viewId ElementId Based on the view it will be determined the plane of the line.
rebarIdToSplice ElementId Rebar id to splice.
→ returns IList Returns the ids of the rebars that are considered to be spliced.