tangxu
2024-12-16 23fadc9cb0c09b665a1bbcef7eaf16f916045dc4
WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
@@ -301,11 +301,11 @@
                    _ctrlSetOutflowStyle = new ctrlSetOutflowStyle();
                    _ctrlSetOutflowStyle.Name = "ctrlSetOutflowStyle";
                    var pt = _occDesign2dCtrl.CreateOutflowBody();
                    if(pt != null)
                    {
                        _occDesign3dCtrl.CreateOutflowBody(pt);
                    }
                    //var pt = _occDesign2dCtrl.CreateOutflowBody();
                    //if(pt != null)
                    //{
                    //    _occDesign3dCtrl.CreateOutflowBody(pt);
                    //}
                }