mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-04 17:58:26 +05:00
PAL12838: Extrusion is impossible on a compound.
This commit is contained in:
parent
1879d05eea
commit
09a5f03f15
@ -281,13 +281,6 @@ void GenerationGUI_PrismDlg::SelectionIntoArgument()
|
||||
return;
|
||||
|
||||
if (myEditCurrentArgument == GroupPoints->LineEdit1) {
|
||||
myOkBase = false;
|
||||
TopoDS_Shape S;
|
||||
|
||||
if (!GEOMBase::GetShape(aSelectedObject, S) ||
|
||||
S.ShapeType() <= 2)
|
||||
return;
|
||||
|
||||
myBase = aSelectedObject;
|
||||
myOkBase = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user