X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBRepFill%2FBRepFill_Draft.cxx;h=eb44aca877d31308653be7a5e8ba9405db7ba28e;hb=ff1f0c9ae2515b35fd8ebf8453e9041c821b517f;hpb=d5477f8c82f80b2f1fb6dd0362180e01d6ac87e1;ds=sidebyside diff --git a/src/BRepFill/BRepFill_Draft.cxx b/src/BRepFill/BRepFill_Draft.cxx index 401b08faa9..eb44aca877 100644 --- a/src/BRepFill/BRepFill_Draft.cxx +++ b/src/BRepFill/BRepFill_Draft.cxx @@ -285,7 +285,7 @@ static Standard_Boolean GoodOrientation(const Bnd_Box& B, TopExp::Vertices(myWire, Vf, Vl); if (Vf.IsSame(Vl)) myWire.Closed(Standard_True); } -#if DRAW +#ifdef DRAW if (Affich) { DBRep::Set("TheWire", myWire); } @@ -425,7 +425,7 @@ static Standard_Boolean GoodOrientation(const Bnd_Box& B, Handle(Geom_Plane) Plan = new (Geom_Plane)(Pt, myDir); Surf = new (Geom_RectangularTrimmedSurface) (Plan,-L, L, -L, L); -#if DRAW +#ifdef DRAW if (Affich) { char* Temp = "ThePlan" ; DrawTrSurf::Set(Temp, Surf); @@ -486,7 +486,7 @@ static Standard_Boolean GoodOrientation(const Bnd_Box& B, Handle(Geom_Curve) TC = new (Geom_TrimmedCurve) (L, 0, Length); -#if DRAW +#ifdef DRAW if (Affich > 2) { TC = new (Geom_Circle) (gp::XOY(), Length); }