TargetRebarConstraintType
Description:
A type used to identify the particular part of a rebar target to which a rebar's handle is constrained.
A type used to identify the particular part of a rebar target to which a rebar's handle is constrained.
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.
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.
public enum TargetRebarConstraintType
| Name | Description |
|---|---|
| BarBend | Handle is constrained to fillet of the edge of the other Rebar. |
| Edge | Handle is constrained to location of a single edge segment of the other Rebar. |
| EndOfBar | Handle is constrained to end point of the other Rebar. |
| HookBend | Handle is constrained to fillet of the hook of the other Rebar. |
| OutOfPlaneExtent | 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 | 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 | Handle is constrained to start point of the other Rebar. |