2020 Method
Changes 0
M

ElementTransformUtils.MirrorElements

Description:
Mirrors a set of elements about a given plane.
Remarks:
Optionally, copies of the elements can be created prior to the operation and mirroring is then performed on the copies instead of the original elements.
public static IList<ElementId> MirrorElements(
	Document document,
	ICollection<ElementId> elementsToMirror,
	Plane plane,
	bool mirrorCopies
)
Return Value IList<ElementId> A collection of ids of newly created elements - mirrored copies. It is empty if the mirrorCopies arguments is false.