mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 13:10:33 +05:00
small modification to have a better preview
This commit is contained in:
parent
103c989834
commit
7647040513
@ -361,19 +361,13 @@ bool OperationGUI_ExtrudedFeatureDlg::execute (ObjectList& objects)
|
|||||||
|
|
||||||
bool isProtrusion = (myOperation == OperationGUI::BOSS);
|
bool isProtrusion = (myOperation == OperationGUI::BOSS);
|
||||||
|
|
||||||
|
// Hide the initial shape in order to see the modifications on the preview
|
||||||
|
getDisplayer()->Erase(myObject1.get(),false,false);
|
||||||
|
|
||||||
GEOM::GEOM_Object_var anObj = anOper->MakeDraftPrism(myObject1.get(), myObject2.get(),
|
GEOM::GEOM_Object_var anObj = anOper->MakeDraftPrism(myObject1.get(), myObject2.get(),
|
||||||
myGroup->SpinBox_DX->value(),
|
myGroup->SpinBox_DX->value(),
|
||||||
angle,
|
angle,
|
||||||
isProtrusion);
|
isProtrusion);
|
||||||
// switch (myOperation)
|
|
||||||
// {
|
|
||||||
// case OperationGUI::BOSS:
|
|
||||||
// anObj = anOper->MakeDraftPrism(myObject1.get(), myObject2.get(),myGroup->SpinBox_DX->value(),angle, true);
|
|
||||||
// break;
|
|
||||||
// case OperationGUI::CUT:
|
|
||||||
// anObj = anOper->MakeDraftPrism(myObject1.get(), myObject2.get(),myGroup->SpinBox_DX->value(),angle, false);
|
|
||||||
// break;
|
|
||||||
// }
|
|
||||||
if (!anObj->_is_nil())
|
if (!anObj->_is_nil())
|
||||||
objects.push_back(anObj._retn());
|
objects.push_back(anObj._retn());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user