RVTDocs.com

RebarHandleType

Enumeration
Description:
The various types of handles on a Rebar instance that can be joined to References
Syntax
public enum RebarHandleType
RebarHandleType Enumeration Members:
Name Description
0 Handle controlling the location of the Rebar's primary plane. Drives location of the entire Rebar along the direction of its normal.
1 Handle controlling start point of the Rebar.
2 Handle controlling end point of the Rebar.
3 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.
4 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.
5 Custom handle used in API constraints. The handle itself and the behavior of this type of handle is defined in the API (see IRebarUpdateServer ). This handle defines a symbolic part of the rebar and is not tied to a specific segment or part of the rebar. Handles that represent the start and end of a bar should not be of this type.
-1 Represents an undefined handle. If this value is returned, then the handle cannot find its type.