A type used to identify the particular part of a Stirrup style rebar to which
a Standard style rebar's handle is constrained.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public enum TargetRebarConstraintType
Members
Member name | Value | Description |
---|---|---|
BarBend | 5 | Handle is constrained to fillet of the edge of the other Rebar. |
Edge | 3 | Handle is constrained to location of a single edge segment of the other Rebar. Drives the edge in the direction perpendicular to the edge and in the Rebar's primary plane. |
EndOfBar | 2 | Handle is constrained to end point of the other Rebar. |
HookBend | 6 | Handle is constrained to fillet of the hook of the other Rebar. |
OutOfPlaneExtent | 4 | Handle is constrained to the extent of a three-dimensional Rebar out of its primary plane. This includes the length of a Rebar Set, the out-of-plane length of a multi-planar Rebar, and the length of a spiral Rebar. |
RebarPlane | 0 | Handle is constrained to the location of the other Rebar's primary plane. Drives location of the entire Rebar along the direction of its normal. |
StartOfBar | 1 | Handle is constrained to start point of the other Rebar. |