1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00

0025705: BRepOffsetAPI_MakeOffset regression in 0025298

This commit is contained in:
jgv 2015-04-17 15:30:05 +03:00 committed by bugmaster
parent 032158d63d
commit 75d1222c2f

View File

@ -47,7 +47,9 @@ static Standard_Boolean AffichSpine = Standard_False;
//======================================================================= //=======================================================================
BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset() BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset()
:myIsInitialized( Standard_False) : myIsInitialized( Standard_False),
myJoin(GeomAbs_Arc),
myIsOpenResult(Standard_False)
{ {
} }