命名优化,达芬奇字体修改工具

This commit is contained in:
GG Z
2025-10-04 08:52:23 +08:00
parent 0d0afbc78e
commit 4722a4c881
121 changed files with 1801 additions and 1368 deletions

View File

@@ -18,27 +18,29 @@ namespace ShrlAlgoToolkit.RevitAddins.RvMEP
Abbreviation = systemType.Abbreviation;
}
[ObservableProperty]
private System.Windows.Media.Brush backgroundColor;
public partial System.Windows.Media.Brush BackgroundColor { get; set; }
[ObservableProperty]
private Color fillColor;
public partial Color FillColor { get; set; }
[ObservableProperty]
private MEPSystemClassification mEPSystemClassification;
public partial MEPSystemClassification MEPSystemClassification { get; set; }
[ObservableProperty]
private string name;
public partial string Name { get; set; }
[ObservableProperty]
private PipeSystemType pipeSystemType;
public partial PipeSystemType PipeSystemType { get; set; }
//系统类型
[ObservableProperty]
private MEPSystemType systemType;
public partial MEPSystemType SystemType { get; set; }
[ObservableProperty]
private Color lineColor;
[ObservableProperty]
private string abbreviation;
public partial Color LineColor { get; set; }
[ObservableProperty]
public partial string Abbreviation { get; set; }
}
public enum MEPSystemClassification