Specify a default-radius bend.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void AddBendDefaultRadius(
int vertexIndex,
RebarShapeVertexTurn turn,
RebarShapeBendAngle angle
)
Parameters
- vertexIndex Int32
-
Index of the vertex (1 to NumberOfVertices - 2).
- turn RebarShapeVertexTurn
-
Specify turn direction (RebarShapeVertexTurn::Left or RebarShapeVertexTurn::Right).
- angle RebarShapeBendAngle
-
Specify whether the bend is acute, obtuse, etc.
Exceptions
Remarks
You must add a bend at each vertex except the first and last.
See Also
Reference