This Revit extension clears selected parameters when a element is copied.
The Clear Parameters On Copy extension allows users to automatically clear specified parameter values when copying elements in a Revit project. This is particularly useful for workflows that require resetting parameter data during the duplication of Revit elements.
Use Assistant Event Shortcut to activate the extension when a model is opened.
See Assistant Event Shortcut for more detail
This extension includes various settings that are parsed by the Assistant and displayed as input fields in the task configuration. These settings allow users to define how the extension behaves.
Action:
Parameters:
ElementId values are not supported.Parameter by name:
Length* to match multiple parameter names like Length1, Length2).
The extension works by monitoring element copying actions in Revit and automatically clearing the values of specified parameters. Depending on the configuration, users can clear specific parameters or sets of parameters based on their names. This process is controlled by Revit's UpdaterRegistry, which triggers actions when elements are duplicated.
The extension reports witch parameters that will be cleared

ElementId parameters are excluded.Q: Can I use wildcards for parameter names?
Length* to match multiple parameters.Q: What happens if no parameters are specified?