2024 Method
Changes 0
M

ElementTransformUtils.RotateElements

Description:
Rotates a set of elements about the given axis and angle.
public static void RotateElements(
	Document document,
	ICollection<ElementId> elementsToRotate,
	Line axis,
	double angle
)