2027 Enumeration
Changes 8
E

RebarConstraintType

Description:
The various types of constraints that can be applied to a RebarConstrainedHandle.
public enum RebarConstraintType
Name Description
E FixedDistanceToHostFace Handle is constrained to remain a fixed distance from a host Element surface.
E ToCover Handle is attached to the cover of a host Element surface.
E ToCustomTarget Handle is constrained to a custom target which is identified by the [!:Autodesk::Revit::DB::Structure::IRebarUpdateServer] which is defining the handle.
E ToHostEdge Handle is constrained to a host Element edge.
E ToHostEdgeCover Handle is constrained to a host Element edge, where the constraint position is calculated at the intersection of the two adjacent faces, each offset inward by their cover distances.
E ToOtherRebar Handle is attached to a handle on another Rebar Element. It doesn't matter the style (Standard/Stirrup) of this or the other Rebar element.
E ToSurface Handle is constrained to a surface.