yuding
1ff331e0e0
refactor(engine): update EngineManager layer to accept models parameter
- Add getHighlightModels() to retrieve selected models
- Update hideSelectedModels → hideModels(models)
- Update translucentSelectedModels → translucentModels(models)
- Update isolateSelectedModels → isolateModels(models)
- Update translucentOtherModels to accept models parameter
- Update batch select methods to accept models parameter
- Update right-click menu handlers to use new API pattern
Tasks 7-9 completed from refactor-model-operations plan.