M

AreaReinforcement.MoveLine

Description:
This method applies the translation to the line from the desired layer, at the specified position. If the line was already moved, the method will concatenate the translation with the existing movement.
public void MoveLine(
	XYZ translation,
	AreaReinforcementLayerType layer,
	int linePositionIndex
)
  • translation
    The translation vector.
  • 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).