2026 Method
Changes 0
M

ElementTransformUtils.MirrorElement

Description:
Creates a mirrored copy of an element about a given plane.
public static void MirrorElement(
	Document document,
	ElementId elementToMirror,
	Plane plane
)
  • document
    The document that owns the element.
  • elementToMirror
    The element to mirror.
  • plane
    The mirror plane.
  • elementToMirror cannot be mirrored. -or- The element elementToMirror does not exist in the document -or- The input element is a Sketch member and there is no Sketch in the edit mode to place this element in.
  • A non-optional argument was null