BRepClass3d_SolidClassifier Classi(myShape1);
const Standard_Integer nbv2 = myMapV2.Extent();
Standard_Integer nbv1 = 0;
- do
+ while ( (nbv1<nbv2) && (!myInnerSol) )
{
nbv1++;
V = TopoDS::Vertex(myMapV2(nbv1));
mySolutionsShape2.Append(Sol);
}
}
- while ( (nbv1<nbv2) && (!myInnerSol) );
}
const TopAbs_ShapeEnum Type2 = myShape2.ShapeType();
BRepClass3d_SolidClassifier Classi(myShape2);
const Standard_Integer nbv1 = myMapV1.Extent();
Standard_Integer nbv2 = 0;
- do
+ while ( (nbv2<nbv1) && (!myInnerSol) )
{
nbv2++;
V = TopoDS::Vertex(myMapV1(nbv2));
mySolutionsShape2.Append(Sol);
}
}
- while ( (nbv2<nbv1) && (!myInnerSol) );
}
if (!myInnerSol)