RVTDocs.com

RebarInSystem.GetMovedBarTransform

Method
Description:
Returns a transform representing the movement of the bar relative to its default position along the distribution path.
Remarks:
For a RebarInSystem for which individual bars can't be edited (the ones owned by AreaReinforcement) the identity transform is returned.
Syntax
public Transform GetMovedBarTransform(
	int barPositionIndex
)
Parameters
Parameter Type Description
barPositionIndex Int32 The bar index.
Return Value
Type Description
Transform The transform representing the movement of the bar relative to its default position along the distribution path.
Exceptions
Exception Condition
ArgumentOutOfRangeException barPositionIndex is not in the range [ 0, NumberOfBarPositions-1 ].