rollback_to_feature
Rolls back the feature tree to just before a specified feature, suspending it and all later operations without deletion. Restore later with rollback_to_end.
Instructions
Retroceder — mueve la barra de retroceso a JUSTO ANTES de la operación indicada, suspendiéndola (y todo lo posterior) del cálculo. REVERSIBLE: llama rollback_to_end para restaurar. Es la alternativa SIN-BORRADO a eliminar una operación equivocada — la política del repo difiere el borrado, así que aquí nada se destruye.
[en: Roll the feature tree back to just BEFORE the named feature (suspends it + everything after, reversibly). The no-deletion way to 'undo' a wrong feature — call rollback_to_end to restore.]
Args: feature_name: exact feature name, e.g. "Cortar-Extruir1".
Returns {rolled_back_to, rollback_index, suspended_count, ok}.
Related: rollback_to_end (restore); set_component_suppression (the assembly-level reversible equivalent); undo (coarse, NOT reversible).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_name | Yes |