Files
ENIG/Cs_HMI
backuppc a6c4a967ad feat: Improve path preview visualization in UnifiedAGVCanvas
Enhanced path drawing with better visibility:

1. Arrow improvements:
   - Changed from line-based arrows to filled triangle shapes
   - Increased arrow size by 1.5x for better visibility
   - Added polygon fill with outline for clearer identification

2. Path line improvements:
   - Added 50% transparency to purple path color (Alpha: 128)
   - Increased line thickness by 2x (from 4 to 8 pixels)
   - Improved visual contrast and clarity

3. Bidirectional path detection:
   - Detect routes that traverse the same segment multiple times
   - Display bidirectional paths with higher opacity (darker color, Alpha: 200)
   - Visual distinction helps identify round-trip routes

Changes in UnifiedAGVCanvas.Events.cs:
- Modified DrawDirectionArrow() to use FillPolygon instead of DrawLine
- Enhanced DrawPath() with transparency, thickness, and bidirectional detection
- Added System.Collections.Generic using statement

Result: Much better visual identification of calculated paths in HMI

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 15:56:49 +09:00
..
2025-05-22 16:21:56 +09:00
2025-07-08 15:05:21 +09:00
2025-09-15 17:36:46 +09:00
..
2025-09-10 15:07:17 +09:00
2025-09-15 17:36:46 +09:00