<Code Lib>
2025 Method
Changes 2
M

RebarInSystem.GetMovedBarTransform

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.

public Transform GetMovedBarTransform(
	int barPositionIndex
)

  • barPositionIndex
    The bar index.
Return Value Transform The transform representing the movement of the bar relative to its default position along the distribution path.

Loading…