diff --git a/src/Core/Animation/PathAnimationManager.cs b/src/Core/Animation/PathAnimationManager.cs index b48eeaa..54afe21 100644 --- a/src/Core/Animation/PathAnimationManager.cs +++ b/src/Core/Animation/PathAnimationManager.cs @@ -914,7 +914,7 @@ namespace NavisworksTransport.Core.Animation LogManager.Error($"[移动到起点] {_route.PathType.GetDisplayName()} 真实物体纯增量起点失败,已禁止退回旧姿态链。"); return false; } - else if (_route.PathType != PathType.Rail && + else if (_route.PathType != PathType.Rail && _route.PathType != PathType.Free && TryCreatePlanarPathRotationAtStart(out var planarRotation)) { ApplyFullPoseUpdate(startPosition, planarRotation);