Hide slot and regular hole columns in main list

This commit is contained in:
2026-05-16 10:56:12 +08:00
parent 03d9b8baa2
commit fc5b2b16fa
7 changed files with 12751 additions and 62 deletions

View File

@@ -120,7 +120,7 @@ namespace DrillTools.Integration
}
else if (hole.Type == HoleType.Slot)
{
slotHoles++;
slotHoles += SlotHoleCalculator.CalculateLineSlotHoleCount(hole.Slot);
slotCount++;
// LineSlot 是 struct不需要检查 null使用正确的属性名
// 使用原始字符串保持格式一致