-#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
This commit is contained in:
parent
d714c9c6e3
commit
357daeae9c
@ -472,11 +472,8 @@ namespace
|
||||
// {
|
||||
// BRepTools::Clean (shape);
|
||||
try {
|
||||
#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
|
||||
OCC_CATCH_SIGNALS;
|
||||
#endif
|
||||
BRepMesh_IncrementalMesh e(shape, 0.01, true);
|
||||
|
||||
}
|
||||
catch (Standard_Failure)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user