RebarSpliceByRulesError
Description:
Class that defines states for splicing a Rebar by rules.
Class that defines states for splicing a Rebar by rules.
public enum RebarSpliceByRulesError
| Name | Description |
|---|---|
| Success | Splice by rules can be successfully done. |
| Unknown | There is an unexpected error. |
| 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. |
| TooBigHook | The hook lengths exceed the maximum length. |
| TooSmallRunOut | The run-out is below minimum length, or the lap can't be applied to it. |
| MaximumLengthBiggerThanBarLength | The maximum length exceeds the bar length. |
| TooBigArc | The arc segment exceeds the maximum length. |
| CantSpliceAllTheBarsInSet | Some bars in the varying set are not intersected by the resulting splice geometries. |
| LapLengthBiggerThanMaximumBarLength | The lap length is greater than the maximum length. |
| InvalidCombinationOfMaximumMinimumBarLengthAndLapLength | The combination of the maximum bar length, minimum bar length and lap length is invalid. |