RebarCurvesData.GetAddedBarGeometry
Description:
Gets the added curves that will represent the bar at index barIndex.
Gets the added curves that will represent the bar at index barIndex.
public IList<Curve> GetAddedBarGeometry(
int barIndex
)
-
Int32barIndexThe 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.
-
barIndex is not in the range [ 0, GetNumberOfBarGeometry()-1 ].