EPLAN_PROD_Plugin/Sinvo.EplanHpD.Plugin.WPFUI/Utils
lihanbo d7f61b0db3 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定
增加 CableTypeThree 属性及相关处理

在 CableLectotype.cs 文件中增加了 CableTypeThree 属性,并设置了 SugarColumn(IsNullable = true)。
在 MotorLectotypeService.cs 文件中增加了对 CableTypeThree 属性的处理。
在 Sinvo.EplanHpD.Plugin.WPFUI.csproj 文件中增加了对 MotorPassthroughCable.cs 文件的编译包含。
在 MotorExcelHelper.cs 文件中增加了 GetPassthroughCableCount 方法。
在 CableLectotypeUserControl.xaml 文件中修改了 hc:SimpleStackPanel 的 Visibility 绑定属性。
在 CableLectotypeUserControl.xaml.cs 文件中增加了对 EPLAN.Harness.Core.Interfaces 的引用,并在 CableLectotypeViewModel 类中增加了一个实例。
在 CableLectotypeViewModel.cs 文件中增加了对 CableTypeThree 属性的处理,并增加了 _passthroughCableCount 和 IsEnableThreeCableType 属性及其相关逻辑。
在 MotorPassthroughCable.cs 文件中增加了 MotorPassthroughCable 类,用于表示电机直通线数量。
2025-02-14 09:22:11 +08:00
..
Consts.cs 105040 测试版本,增加功能与优化,调整了数据源 2024-11-26 10:34:31 +08:00
ExcelHelper.cs 105040 Update 窗口打开时重新加载缓存数据 2024-11-08 17:10:10 +08:00
LambdaComparer.cs 105040 从3D中抓取多芯线数据 2024-11-13 13:39:06 +08:00
LectotypeManager.cs 105040 Update 不再使用部件ID作为唯一标识 2025-01-24 11:27:14 +08:00
MotorExcelHelper.cs 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00