2027 Enumeration
Changes 7
E

RebarSpliceError

Description:
Class that defines states for splicing a Rebar.
public enum RebarSpliceError
Name Description
E InvalidLineOrLinePlaneNormal The line length is zero or the line direction is parallel with the line plane normal.
E InvalidRebar Free Form rebars other than Morphed, or Shape Driven rebars that are Multiplanar, or have a shape whose definition is RebarShapeDefinitionByArc, or rebars that are part of a group can't be spliced.
E LineDoesNotIntersectRebarBoundingBox The line doesn't intersect the rebar bounding box.
E SpliceGeometryAlmostParallelToBarSegment The plane formed by splice geometry is almost parallel to bar segment plane.
E SpliceGeometryDoesNotIntersectAllTheBarsInTheSet A plane obtained from splice geometry doesn't intersect all the bars in the set.
E SpliceGeometryOnCrank If the splice geometry is on a crank, the rebar can't be spliced with it.
E SpliceGeometryOnHookOrFillet If the splice geometry is on a hook or a fillet, the rebar can't be spliced with it.
E Success This will be is there is no error.
E TooSmallSegments One of the resulting segments is too small to apply the lap.
E Unknown There is an unexpected error.