NavisworksTransport/src/Commands
tian c0714a5180 fix: regenerate path point IDs and rebuild edges on import rename
- Also regenerate all PathPoint.Id to avoid UNIQUE constraint on PathPoints.Id
- Call RecalculateRoute() to rebuild edges with new point references
- Edge constructor auto-generates new Id, so edges are fresh too
2026-06-03 20:58:49 +08:00
..
AutoPathPlanningCommand.cs 合并检测记录和碰撞记录表,重构检测过程 2026-02-18 22:34:18 +08:00
CommandBase.cs 删除多余的引用 2025-10-21 18:48:27 +08:00
CommandExecutor.cs 简化批处理,变成队列 2026-01-25 17:58:08 +08:00
CommandManager.cs 合并检测记录和碰撞记录表,重构检测过程 2026-02-18 22:34:18 +08:00
CoordinateSystemExplorerCommand.cs 修改坐标系探索为检测;去掉坐标系设置的介绍 2026-03-09 12:51:04 +08:00
CreateAerialPathCommand.cs 初步实现多层吊装路径 2026-02-24 03:57:33 +08:00
DeletePathCommand.cs 删除多余的引用 2025-10-21 18:48:27 +08:00
ExportPathCommand.cs 增加导出为Delmia兼容的xml格式 2026-03-09 17:47:39 +08:00
GenerateCollisionReportCommand.cs Reduce pose diagnostics log noise 2026-04-13 02:51:24 +08:00
ImportPathCommand.cs fix: regenerate path point IDs and rebuild edges on import rename 2026-06-03 20:58:49 +08:00
IPathPlanningCommand.cs 完成了UI架构重构,增加了一些测试。解决了测试框架依赖导致的启动崩溃问题。 2025-08-17 23:02:09 +08:00
PathPlanningCommands.cs 删除多余的引用 2025-10-21 18:48:27 +08:00
PathPlanningResult.cs 删除多余的引用 2025-10-21 18:48:27 +08:00
ReadTransformTestCommand.cs 基本实现物流对象沿着路径转向的功能 2025-12-19 10:13:41 +08:00
SetLogisticsAttributeCommand.cs 删除多余的引用 2025-10-21 18:48:27 +08:00
StartAnimationCommand.cs 删除多余的引用 2025-10-21 18:48:27 +08:00
TransportRibbonHandler.cs Add a custom ribbon tab for logistics tools 2026-04-11 23:17:21 +08:00
VoxelGridSDFTestCommand.cs 将虚拟车辆改成虚拟物体 2026-02-16 09:02:50 +08:00
VoxelPathFindingTestCommand.cs 将虚拟车辆改成虚拟物体 2026-02-16 09:02:50 +08:00