mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +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++) {
|
for (int i=0; i < myBaseObjects.length(); i++) {
|
||||||
GEOMBase::GetShape(myBaseObjects[i], S);
|
GEOMBase::GetShape(myBaseObjects[i], S);
|
||||||
if (S.ShapeType() == TopAbs_COMPSOLID ||
|
if (S.ShapeType() == TopAbs_COMPSOLID ||
|
||||||
S.ShapeType() == TopAbs_COMPOUND ||
|
/*S.ShapeType() == TopAbs_COMPOUND ||*/
|
||||||
S.ShapeType() == TopAbs_SOLID ||
|
S.ShapeType() == TopAbs_SOLID ||
|
||||||
S.ShapeType() == TopAbs_SHAPE)
|
S.ShapeType() == TopAbs_SHAPE)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user