2025.3 Method
Changes 0
M

ElementTransformUtils.MoveElement

Description:
Moves one element by a given transformation.
public static void MoveElement(
	Document document,
	ElementId elementToMove,
	XYZ translation
)
  • document
    The document that owns the elements.
  • elementToMove
    The id of the element to move.
  • translation
    The translation vector for the elements.