命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user