1
2
3
4
5
6
7
8
9
10
11
12
13
14# -*- coding: utf-8 -*-
"""
Click to pin + track elements.
Shift+Click to remove elements from tracking.
Also creates the ExternalEvent that enables automatic
move-back, so click it once per Revit session before
relying on revert.
"""
__title__ = "Super\nPin"
__author__ = "bimgineer/SWE-eml"
min_revit_version: 2025
# TODO: test other Revit versions
__doc__ = ("Pin element(s) and track them. Pre-select or pick elements — "
"Super Pin pins them in Revit and records their position; "