mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 09:50:34 +05:00
0020719: EDF 1232 GEOM : Pipe construction dialog box, impossible to select a group or a compound
This commit is contained in:
parent
f407967119
commit
a5c99dd56d
@ -268,7 +268,7 @@ void GenerationGUI_PipeDlg::SelectionIntoArgument()
|
||||
for (int i=0; i < myBaseObjects.length(); i++) {
|
||||
GEOMBase::GetShape(myBaseObjects[i], S);
|
||||
if (S.ShapeType() == TopAbs_COMPSOLID ||
|
||||
S.ShapeType() == TopAbs_COMPOUND ||
|
||||
/*S.ShapeType() == TopAbs_COMPOUND ||*/
|
||||
S.ShapeType() == TopAbs_SOLID ||
|
||||
S.ShapeType() == TopAbs_SHAPE)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user