RebarInSystem.GetBarPositionTransform
Description:
Return a transform representing the relative position of any individual bar in the set.
Return a transform representing the relative position of any individual bar in the set.
Remarks:
The transform is a translation along the distribution path. It can be applied to the results of GetCenterlineCurves() to produce any bar in the rebar set. For barPositionIndex=0, the identity transform is always returned.
The transform is a translation along the distribution path. It can be applied to the results of GetCenterlineCurves() to produce any bar in the rebar set. For barPositionIndex=0, the identity transform is always returned.
public Transform GetBarPositionTransform(
int barPositionIndex
)
-
Int32barPositionIndexAn index between 0 and (NumberOfBarPositions-1).
-
barPositionIndex is not in the range [ 0, NumberOfBarPositions-1 ].