<Code Lib>
2026 Enumeration
Changes 8
E

RebarHookOrientation

Description:
Orientation of a rebar hook relative to the path of the Rebar Shape.

[ObsoleteAttribute("This enumeration is deprecated in Revit 2026 and may be removed in a later version of Revit. You can use RebarTerminationOrientation enumeration instead.")]
public enum RebarHookOrientation

Name Description
E Left Hook towards the left of a segment-based shape (RebarShapeDefinitionBySegments), or to the interior of an arc-based shape (RebarShapeDefinitionByArc).
E Right Hook towards the right of a segment-based shape (RebarShapeDefinitionBySegments), or to the exterior of an arc-based shape (RebarShapeDefinitionByArc).

Loading…