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

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

@@ -13,9 +13,11 @@ namespace ShrlAlgoToolkit.RevitAddins.RvMEP
public partial class RotateMEPViewModel : ObservableObject
{
[ObservableProperty]
private double angle = 90;
public partial double Angle { get; set; } = 90;
[ObservableProperty]
private bool isSingleSelect = true;
public partial bool IsSingleSelect { get; set; } = true;
[RelayCommand]
private void RotateInstance()
{
@@ -83,7 +85,7 @@ namespace ShrlAlgoToolkit.RevitAddins.RvMEP
if (referConn != null)
{
doc.Invoke(
ts =>
_ =>
{
ElementTransformUtils.RotateElement(
doc,