diff --git a/src/UI/WPF/ViewModels/PathEditingViewModel.cs b/src/UI/WPF/ViewModels/PathEditingViewModel.cs index 811dab6..4babecf 100644 --- a/src/UI/WPF/ViewModels/PathEditingViewModel.cs +++ b/src/UI/WPF/ViewModels/PathEditingViewModel.cs @@ -3781,9 +3781,9 @@ namespace NavisworksTransport.UI.WPF.ViewModels return; } - // 启动点击工具(无吸附、无吊装模式),点击即添加物体中心轨迹点 - _pathPlanningManager.StartClickTool(PathPointType.WayPoint); - LogManager.Info($"已启动自由路径点击工具: {newRoute.Name}"); + // 与地面路径一致:不调用 StartClickTool(会设成 AddingPoints 走预览点分支), + // 保持 Creating 状态,点击走 AddPathPointIn3D 正常保存路径点并渲染连线 + LogManager.Info($"已进入自由路径点击模式: {newRoute.Name}"); UpdateMainStatus($"已进入自由路径模式: {newRoute.Name} - 请在3D视图中连续点击设置物体中心轨迹点,最后设为终点完成"); LogManager.Info($"开始新建自由路径: {newRoute.Name}");