RebarShapeDefinitionBySegments.AddBendDefaultRadius
Description:
Specify a default-radius bend.
Specify a default-radius bend.
Remarks:
You must add a bend at each vertex except the first and last.
You must add a bend at each vertex except the first and last.
public void AddBendDefaultRadius(
int vertexIndex,
RebarShapeVertexTurn turn,
RebarShapeBendAngle angle
)
-
Int32vertexIndexIndex of the vertex (1 to NumberOfVertices - 2).
-
turnSpecify turn direction (RebarShapeVertexTurn::Left or RebarShapeVertexTurn::Right).
-
angleSpecify whether the bend is acute, obtuse, etc.
-
vertexIndex is not between 0 and NumberOfVertices.
-
A value passed for an enumeration argument is not a member of that enumeration