mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0022935: Bug: BRepFill_Sweep.cxx line 572
This commit is contained in:
parent
ec6a1aa771
commit
c0695321c3
@ -568,11 +568,8 @@ static void BuildFace(const Handle(Geom_Surface)& S,
|
|||||||
|
|
||||||
WW = B.Wire();
|
WW = B.Wire();
|
||||||
#if DRAW
|
#if DRAW
|
||||||
if (Affich) {
|
if (Affich)
|
||||||
char* name;
|
DBRep::Set("wire-on-face", WW);
|
||||||
sprintf(name,"wire-on-face");
|
|
||||||
DBRep::Set(name, WW);
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Construction of the face.
|
// Construction of the face.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user