mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
remove std::cout.
This commit is contained in:
parent
b705a79b86
commit
16e5d35158
@ -131,7 +131,6 @@ namespace GEOM
|
|||||||
const TopoDS_Face& aFace = TopoDS::Face(aFaceExp.Current());
|
const TopoDS_Face& aFace = TopoDS::Face(aFaceExp.Current());
|
||||||
theWireframeFaceSource->AddFace(aFace);
|
theWireframeFaceSource->AddFace(aFace);
|
||||||
theShadingFaceSource->AddFace(aFace);
|
theShadingFaceSource->AddFace(aFace);
|
||||||
std::cout<<"RNV face Added!!!!"<<std::endl;
|
|
||||||
TopExp_Explorer anEdgeExp(aFaceExp.Current(), TopAbs_EDGE);
|
TopExp_Explorer anEdgeExp(aFaceExp.Current(), TopAbs_EDGE);
|
||||||
for(; anEdgeExp.More(); anEdgeExp.Next()) {
|
for(; anEdgeExp.More(); anEdgeExp.Next()) {
|
||||||
const TopoDS_Edge& anEdge = TopoDS::Edge(anEdgeExp.Current());
|
const TopoDS_Edge& anEdge = TopoDS::Edge(anEdgeExp.Current());
|
||||||
|
Loading…
Reference in New Issue
Block a user