Rebar.GetMovedBarTransform
Description:
Returns a transform representing the movement of the bar relative to its default position along the distribution path.
Returns a transform representing the movement of the bar relative to its default position along the distribution path.
public Transform GetMovedBarTransform(
int barPositionIndex
)
-
Int32barPositionIndexThe bar index.
Return Value
Transform
The transform representing the movement of the bar relative to its default position along the distribution path.
-
barPositionIndex should be in range [ 0, NumberOfBarPositions-1 ] and the bar at barPositionIndex should be included.