removed references to OCC<7
This commit is contained in:
@@ -52,12 +52,7 @@ BRepOffsetAPI_MakeOffsetFix::BRepOffsetAPI_MakeOffsetFix()
|
||||
|
||||
BRepOffsetAPI_MakeOffsetFix::BRepOffsetAPI_MakeOffsetFix(const GeomAbs_JoinType Join, const Standard_Boolean IsOpenResult)
|
||||
{
|
||||
#if OCC_VERSION_HEX >= 0x060900
|
||||
mkOffset.Init(Join, IsOpenResult);
|
||||
#else
|
||||
(void)IsOpenResult;
|
||||
mkOffset.Init(Join);
|
||||
#endif
|
||||
}
|
||||
|
||||
BRepOffsetAPI_MakeOffsetFix::~BRepOffsetAPI_MakeOffsetFix()
|
||||
|
||||
Reference in New Issue
Block a user