RebarInSystem.MoveBarInSet
Description:
This method applies the transformation matrix to the rebar bar at the desired position in the rebar set. If the bar was already moved, the method will concatenate the transformation matrix with the existing movement.
This method applies the transformation matrix to the rebar bar at the desired position in the rebar set. If the bar was already moved, the method will concatenate the transformation matrix with the existing movement.
public void MoveBarInSet(
int barPositionIndex,
Transform moveTransform
)
-
Int32barPositionIndexThe bar index of the rebar to apply the transformation.
-
moveTransformThe transformation matrix to apply to the specified rebar bar.
-
A non-optional argument was null
-
barPositionIndex is not in the range [ 0, NumberOfBarPositions-1 ].
-
For this RebarInSystem element individual bars can't be moved, excluded or included.