Share

RebarShapeVertexTurn Enumeration

Specify whether a bend at a RebarShapeVertex represents a left or right turn.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum RebarShapeVertexTurn

Members

Member nameValueDescription
Default0 The turn value has not yet been set, or will not be used.
Left1 A left turn.
Right-1 A right turn.

See Also

Reference

Was this information helpful?