仪表盘
版本库
文件存储
活动
搜索
登录
DPump
/
Hydr/Desktop.V1.1
水力设计
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
弹窗;断面界面
chenn
2025-04-19
96095f8ac4b464540cd2c0bd7308916a137c5041
[DPump/Hydr/Desktop.V1.1.git]
/
OpenUI
/
DPumpHydr.OpenFwUI.Volute
/
ViewModel
/
断面
/
eSectionShapeType.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DPumpHydr.OpenFwUI.Volute
{
public enum eSectionShapeType
{
对称 = 0,
不对称 = 1,
矩形 = 2
}
}