mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-06-03 22:17:49 +05:00
IPAL 18046
This commit is contained in:
parent
b86f9dd299
commit
891d75f8ae
@ -510,7 +510,7 @@ bool GenerationGUI_PrismDlg::execute( ObjectList& objects )
|
|||||||
MakePrismVecH(myBase, myVec, getHeight());
|
MakePrismVecH(myBase, myVec, getHeight());
|
||||||
else
|
else
|
||||||
anObj = GEOM::GEOM_I3DPrimOperations::_narrow(getOperation())->
|
anObj = GEOM::GEOM_I3DPrimOperations::_narrow(getOperation())->
|
||||||
MakePrismVecH2Ways(myBase, myVec, ( fabs(getHeight()) ) );
|
MakePrismVecH2Ways(myBase, myVec, getHeight() );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user