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

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

@@ -16,13 +16,14 @@ namespace ShrlAlgoToolkit.RevitAddins.RvMEP
private readonly ActionEventHandler arrangeHandler = new();
[ObservableProperty]
private double gap = 250;
public partial double Gap { get; set; } = 250;
[ObservableProperty]
private bool mEPCurveCenter = true;
public partial bool MEPCurveCenter { get; set; } = true;
[ObservableProperty]
private bool isHorizon = true;
public partial bool IsHorizon { get; set; } = true;
[RelayCommand]
private void Arrange()
{
@@ -32,7 +33,7 @@ namespace ShrlAlgoToolkit.RevitAddins.RvMEP
var uidoc = uiapp.ActiveUIDocument;
var doc = uidoc.Document;
doc.Invoke(
ts =>
_ =>
{
try
{