<Code Lib>
2026 Method
Changes 0
M

RebarCurvesData.GetAddedBarGeometry

Description:
Gets the added curves that will represent the bar at index barIndex.

public IList<Curve> GetAddedBarGeometry(
	int barIndex
)

  • Int32
    barIndex
    The index of the bar. Should be a number between 0 and GetNumberOfBarGeometry() - 1.
Return Value IList<Curve> Returns the curves that will represent the bar at index barIndex. The terminations' plane normals will be applied on these curves.

Loading…