Commit Graph

2 Commits

Author SHA1 Message Date
b95031026a feat: 添加子装配体层级删除接口 /api/creo/subassembly/hierarchy/delete 2025-12-08 10:49:37 +08:00
a1e0237c9e feat: implement batch operations API for sequential multi-operation execution
- Add BatchOperationManager class with singleton pattern
- Support 7 operation types: save, export, delete_by_path, hierarchy_delete, shrinkwrap, close, open
- Implement sequential execution with individual error isolation
- Add JSON parsing helper for operations array
- Register /api/creo/batch-operations endpoint
- Fix namespace declaration errors in header file

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 17:42:54 +08:00