Merge branch 'master' into V7_5_BR

This commit is contained in:
vsr 2014-11-12 19:43:33 +03:00
commit 2a460c5e9f
2 changed files with 5 additions and 5 deletions

View File

@ -205,7 +205,7 @@ Standard_Integer GEOMImpl_FillingDriver::Execute(TFunction_Logbook& log) const
}
/* a 'tolerance' is used to compare 2 knots : see GeomFill_Generator.cdl */
Section.Perform(Precision::Confusion());
Section.Perform(Precision::PConfusion());
Handle(GeomFill_Line) Line = new GeomFill_Line(i);
GeomFill_AppSurf App (mindeg, maxdeg, tol3d, tol2d, nbiter); /* user parameters */

View File

@ -443,7 +443,7 @@ Standard_Integer STEPPlugin_ImportDriver::Execute( TFunction_Logbook& log ) cons
// Check if any BRep entity has been read, there must be at least a vertex
if ( !TopExp_Explorer( aResShape, TopAbs_VERTEX ).More() )
anError = "No geometrical data in the imported file.";
StdFail_NotDone::Raise( "No geometrical data in the imported file." );
// BEGIN: Store names and materials of sub-shapes from file
TopTools_IndexedMapOfShape anIndices;