<Code Lib>
2026 Method
Changes 0
M

RebarHandlePositionData.GetBarGeometry

Description:
Returns the geometry for a bar at the specified index currently in the Rebar.

public IList<Curve> GetBarGeometry(
	int barIndex
)

  • Int32
    barIndex
    The index of the bar. Should be a number between 0 and GetNumberOfBars() - 1.
Return Value IList<Curve> Returns an array of curves that defines the bar at the specified index.

Loading…