Unsafe Debug printout was removed.
if ( style != aHSeqOfInvisStyle->Value( si ) )
continue;
// found that current style is invisible.
-#ifdef DEB
- cout << "Warning: item No " << i << "(" << style->Item()->DynamicType()->Name() << ") is invisible" << endl;
-#endif
IsVisible = Standard_False;
break;
}
if (isSkipSHUOstyle)
continue; // skip styled item which refer to SHUO
- if ( S.IsNull() ) {
-#ifdef DEB
- cout << "Warning: item No " << i << "(" << style->Item()->DynamicType()->Name() << ") is not mapped to shape" << endl;
-#endif
+ if ( S.IsNull() )
continue;
- }
if ( ! SurfCol.IsNull() ) {
Quantity_Color col;