2026 Enumeration
Changes 7
E

RebarSpliceByRulesError

Description:
Class that defines states for splicing a Rebar by rules.
Name Description
E CantSpliceAllTheBarsInSet Some bars in the varying set are not intersected by the resulting splice geometries.
E InvalidCombinationOfMaximumMinimumBarLengthAndLapLength The combination of the maximum bar length, minimum bar length and lap length is invalid.
E InvalidRebar Free Form rebars, or Shape Driven rebars that are Multiplanar, or have a shape that whose definition is RebarShapeDefinitionByArc, or rebars that are part of a group can't be spliced.
E LapLengthBiggerThanMaximumBarLength The lap length is greater than the maximum length.
E MaximumLengthBiggerThanBarLength The maximum length exceeds the bar length.
E Success Splice by rules can be successfully done.
E TooBigArc The arc segment exceeds the maximum length.
E TooBigCrank The crank lengths exceed the maximum length.
E TooBigHook The hook lengths exceed the maximum length.
E TooSmallRunOut The run-out is below minimum length, or the lap can't be applied to it.
E Unknown There is an unexpected error.