Specify whether a bend at a RebarShapeVertex represents a left or right turn.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Since: 2012
Syntax
| C# |
|---|
public enum RebarShapeVertexTurn |
| Visual Basic |
|---|
Public Enumeration RebarShapeVertexTurn |
| Visual C++ |
|---|
public enum class RebarShapeVertexTurn |
Members
| Member name | Description |
|---|---|
| Right | A right turn. |
| Default | The turn value has not yet been set, or will not be used. |
| Left | A left turn. |