mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0025705: BRepOffsetAPI_MakeOffset regression in 0025298
This commit is contained in:
parent
032158d63d
commit
75d1222c2f
@ -47,7 +47,9 @@ static Standard_Boolean AffichSpine = Standard_False;
|
||||
//=======================================================================
|
||||
|
||||
BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset()
|
||||
:myIsInitialized( Standard_False)
|
||||
: myIsInitialized( Standard_False),
|
||||
myJoin(GeomAbs_Arc),
|
||||
myIsOpenResult(Standard_False)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user