2027 Method
Changes 2
M

AreaReinforcement.GetMovedLineTransform

Description:
Returns a transform representing the movement of the line relative to its default position along the direction of the desired layer.
public Transform GetMovedLineTransform(
	AreaReinforcementLayerType layer,
	int linePositionIndex
)
  • layer
    The layer on which the line stays.
  • Int32
    linePositionIndex
    The index of the line from the desired layer. It should be an index between 0 and (NumberOfLines-1).
Return Value Transform The transform representing the movement of the line relative to its default position along the direction of the desired layer.