| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using static Yw.WinFrmUI.Q3D.ObjectEnum; |
| | | using static Yw.WinFrmUI.Q3d.ObjectEnum; |
| | | |
| | | namespace Yw.WinFrmUI.Q3D |
| | | namespace Yw.WinFrmUI.Q3d |
| | | { |
| | | [Serializable] |
| | | public class PipeViewModel: LinkViewModel |
| | | public class PipeViewModel : LinkViewModel |
| | | { |
| | | [Category("基本信息")] |
| | | [DisplayName("长度(m)")] |
| | |
| | | [Category("计算参数")] |
| | | [DisplayName("局部阻力系数")] |
| | | [Browsable(true)] |
| | | public float MinorLoss { get { return base.MinorLoss; } set { base.MinorLoss = value; } } |
| | | public float MinorLoss { get { return base.MinorLoss; } set { base.MinorLoss = value; } } |
| | | |
| | | public override string ToString() |
| | | { |