lixiaojun
2024-09-27 28152aec3c4ff451586615aed5cc23e26b320cae
Service/HStation.Service.Revit.Core/02-parter/03-link/01-pipe/RevitPipe.cs
@@ -16,6 +16,7 @@
        public RevitPipe(RevitPipe rhs) : base(rhs)
        {
            this.Diameter = rhs.Diameter;
            this.Material = rhs.Material;
            this.Length = rhs.Length;
            this.Roughness = rhs.Roughness;
            this.MinorLoss = rhs.MinorLoss;
@@ -27,6 +28,11 @@
        public double Diameter { get; set; }
        /// <summary>
        /// 材质
        /// </summary>
        public string Material { get; set; }
        /// <summary>
        /// 长度
        /// </summary>
        public double Length { get; set; }