2027 Class Back to 2027
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 (2027).
Not present in: 2020, 2021, 2022, 2023, 2024
2027 current

Changes in 2025 vs 2027 4 changed

Flip API Versions →

Changed members

RebarSpliceUtils.GetSpliceGeometries(Document, ElementId, RebarSpliceOptions, RebarSpliceRules, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
spliceRules RebarSpliceRules The splice rules.
rebarIdToSplit ElementId Rebar id to split.
→ 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
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
line Line The line used for splice.
linePlaneNormal XYZ The normal of the plane of the line.
rebarIdToSplit ElementId Rebar id to split.
→ returns IList Returns the ids of the rebars that are considered to be spliced.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, IList<RebarSpliceGeometry>, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
spliceGeometries IList<RebarSpliceGeometry> A list of RebarSpliceGeometry that indicates where the rebar will be spliced.
rebarIdToSplit ElementId Rebar id to split.
→ returns IList Returns the ids of the rebars that are considered to be spliced.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, Line, ElementId, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
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.
rebarIdToSplit ElementId Rebar id to split.
→ returns IList Returns the ids of the rebars that are considered to be spliced.

Changes in 2025.3 vs 2027 4 changed

Flip API Versions →

Changed members

RebarSpliceUtils.GetSpliceGeometries(Document, ElementId, RebarSpliceOptions, RebarSpliceRules, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
spliceRules RebarSpliceRules The splice rules.
rebarIdToSplit ElementId Rebar id to split.
→ 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
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
line Line The line used for splice.
linePlaneNormal XYZ The normal of the plane of the line.
rebarIdToSplit ElementId Rebar id to split.
→ returns IList Returns the ids of the rebars that are considered to be spliced.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, IList<RebarSpliceGeometry>, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
spliceGeometries IList<RebarSpliceGeometry> A list of RebarSpliceGeometry that indicates where the rebar will be spliced.
rebarIdToSplit ElementId
→ returns IList Returns the ids of the rebars that are considered to be spliced.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, Line, ElementId, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
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.
rebarIdToSplit ElementId Rebar id to split.
→ returns IList Returns the ids of the rebars that are considered to be spliced.

Changes in 2026 vs 2027 4 changed

Flip API Versions →

Changed members

RebarSpliceUtils.GetSpliceGeometries(Document, ElementId, RebarSpliceOptions, RebarSpliceRules, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
spliceRules RebarSpliceRules The splice rules.
rebarIdToSplit ElementId Rebar id to split.
→ 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
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
line Line The line used for splice.
linePlaneNormal XYZ The normal of the plane of the line.
rebarIdToSplit ElementId Rebar id to split.
→ returns IList Returns the ids of the rebars that are considered to be spliced.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, IList<RebarSpliceGeometry>, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
spliceOptions RebarSpliceOptions The rebar splice options.
spliceGeometries IList<RebarSpliceGeometry> A list of RebarSpliceGeometry that indicates where the rebar will be spliced.
rebarIdToSplit ElementId
→ returns IList Returns the ids of the rebars that are considered to be spliced.
RebarSpliceUtils.SpliceRebar(Document, ElementId, RebarSpliceOptions, Line, ElementId, ElementId)
document Document The document
rebarIdToSplice ElementId Rebar id to splice.
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.
rebarIdToSplit ElementId Rebar id to split.
→ returns IList Returns the ids of the rebars that are considered to be spliced.