namespace Yw.WpfUI.Hydro { /// /// 分类 /// public class CatalogL3d { /// /// 组件 /// public const string Parter = "parter"; /// /// 可见组件 /// public const string Visual = "visual"; /// /// 节点 /// public const string Node = "node"; /// /// 水源 /// public const string Source = "source"; /// /// 水库 /// public const string Reservoir = "reservoir"; /// /// 水池 /// public const string Tank = "tank"; /// /// 水箱 /// public const string Waterbox = "waterbox"; /// /// 连接节点 /// public const string Junction = "junction"; /// /// 连接件 /// public const string Coupling = "coupling"; /// /// 闷头 /// public const string Blunthead = "blunthead"; /// /// 弯头 /// public const string Elbow = "elbow"; /// /// 三通 /// public const string Threelink = "threelink"; /// /// 四通 /// public const string Fourlink = "fourlink"; /// /// 扩散器 /// public const string Emitter = "emitter"; /// /// 喷头 /// public const string Nozzle = "zozzle"; /// /// 消火栓 /// public const string Hydrant = "hydrant"; /// /// 水表 /// public const string Meter = "meter"; /// /// 仪表 /// public const string Instrument = "instrument"; /// /// 流量计 /// public const string Flowmeter = "flowmeter"; /// /// 压力表 /// public const string Pressmeter = "pressmeter"; /// /// 管段 /// public const string Link = "link"; /// /// 管道 /// public const string Pipe = "pipe"; /// /// 过渡件(变径管) /// public const string Translation = "translation"; /// /// 水泵 /// public const string Pump = "pump"; /// /// 阀门 /// public const string Valve = "valve"; /// /// 水力阻件 /// public const string Resistance = "resistance"; /// /// 换热器 /// public const string Exchanger = "exchanger"; /// /// 压缩机 /// public const string Compressor = "compressor"; /// /// 操作 /// public const string Operation = "operation"; /// /// 曲线 /// public const string Curve = "curve"; /// /// 模式 /// public const string Pattern = "pattern"; /// /// 规则 /// public const string Rule = "rule"; } }