lixiaojun
2024-11-07 31cca463443f7bc8b6b1bd02889844b864d93e11
Service/HStation.Service.Revit.Core/02-parter/02-node/02-junction/00-core/RevitJunction.cs
@@ -8,7 +8,7 @@
        /// <summary>
        /// 
        /// </summary>
        public RevitJunction() : base() { }
        public RevitJunction() { }
        /// <summary>
        /// 
@@ -16,6 +16,7 @@
        public RevitJunction(RevitJunction rhs) : base(rhs)
        {
            this.Elev = rhs.Elev;
            this.MinorLoss = rhs.MinorLoss;
            this.Demand = rhs.Demand;
            this.DemandPattern = rhs.DemandPattern;
        }
@@ -26,6 +27,11 @@
        public double Elev { get; set; }
        /// <summary>
        /// 局部阻力系数
        /// </summary>
        public double? MinorLoss { get; set; }
        /// <summary>
        /// 需水量 (m³/h)
        /// </summary>
        public double? Demand { get; set; }