RebarHandlePositionData.GetBarGeometry
Description:
Returns the geometry for a bar at the specified index currently in the Rebar.
Returns the geometry for a bar at the specified index currently in the Rebar.
public IList<Curve> GetBarGeometry(
int barIndex
)
-
Int32barIndexThe index of the bar. Should be a number between 0 and GetNumberOfBars() - 1.
-
barIndex is not in the range [ 0, GetNumberOfBars()-1 ].