TargetRebarConstraintType Enumeration |
A type used to identify the particular part of a rebar target to which a rebar's handle is constrained.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic enum TargetRebarConstraintType
Public Enumeration TargetRebarConstraintType
public enum class TargetRebarConstraintType
type 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.
|
| 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 Shape Driven 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 Shape Driven Rebar along the direction of its normal.
|
| StartOfBar | 1 |
Handle is constrained to start point of the other Rebar.
|
Remarks
Most of the range of values for this type are the same as those of RebarHandleType,
since it is usually the handles on the Stirrup which constrain the Standard bar.
However, two additional values - BarBend and HookBend - are used to identify the
special case of a Shape Driven, Standard style, straight bar, running perpendicular to the plane
of the Stirrup, and constrained to a bend (or hook) arc on the Stirrup.
See Also