更新整理
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Autodesk.Revit.DB.Mechanical;
|
||||
using Autodesk.Revit.DB.Plumbing;
|
||||
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
using System.Linq;
|
||||
using ShrlAlgoToolkit.Mvvm.Attributes;
|
||||
|
||||
namespace ShrlAlgo.RvKits.RvMEP;
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvMEP;
|
||||
public partial class InsulationItem : ObservableValidator
|
||||
{
|
||||
[GreaterThan(nameof(MinDiameter))]
|
||||
|
||||
Reference in New Issue
Block a user