RebarConstraintType Enumeration

The various types of constraints that can be applied to a RebarConstrainedHandle.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RebarConstraintType
Members
Member nameValueDescription
FixedDistanceToHostFace0 Handle is constrained to remain a fixed distance from a host Element surface.
ToCover1 Handle is attached to the cover of a host Element surface.
ToOtherRebar2 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.
ToSurface3 Handle is constrained to a surface.
See Also