2027 Method
Changes 0
M

RebarShapeDefinitionBySegments.AddBendDefaultRadius

Description:
Specify a default-radius bend.
Remarks:
You must add a bend at each vertex except the first and last.
public void AddBendDefaultRadius(
	int vertexIndex,
	RebarShapeVertexTurn turn,
	RebarShapeBendAngle angle
)
  • Int32
    vertexIndex
    Index of the vertex (1 to NumberOfVertices - 2).
  • turn
    Specify turn direction (RebarShapeVertexTurn::Left or RebarShapeVertexTurn::Right).
  • angle
    Specify whether the bend is acute, obtuse, etc.