mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-31 22:47:50 +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());
|
||||
else
|
||||
anObj = GEOM::GEOM_I3DPrimOperations::_narrow(getOperation())->
|
||||
MakePrismVecH2Ways(myBase, myVec, ( fabs(getHeight()) ) );
|
||||
MakePrismVecH2Ways(myBase, myVec, getHeight() );
|
||||
break;
|
||||
}
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user