namespace HStation.Revit { /// /// /// public class Direction { /// /// 入口 /// public const int Inlet = 0; /// /// 出口 /// public const int Outlet = 0; /// /// 双向流动 /// public const int None = 0; } }