RebarHandleType Enumeration


The various types of handles on a Rebar instance that can be joined to References

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014
Since: 2014

Syntax

C#
public enum RebarHandleType
Visual Basic
Public Enumeration RebarHandleType
Visual C++
public enum class RebarHandleType

Members

Member name Description
RebarPlane Handle controlling the location of the Rebar's primary plane. Drives location of the entire Rebar along the direction of its normal.
StartOfBar Handle controlling start point of the Rebar.
EndOfBar Handle controlling end point of the Rebar.
Edge Handle controlling location of a single edge segment of the Rebar. Drives the edge in the direction perpendicular to the edge and in the Rebar's primary plane.
OutOfPlaneExtent Handle controlling 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.

See Also