[TD]improve handling of Assembly4 Models

This commit is contained in:
wandererfan
2019-10-24 13:40:33 -04:00
committed by WandererFan
parent a8ee33a754
commit 3124323b28
7 changed files with 306 additions and 138 deletions

View File

@@ -193,6 +193,7 @@ void GeometryObject::projectShape(const TopoDS_Shape& input,
throw Base::RuntimeError("GeometryObject::projectShape - unknown error occurred while projecting shape");
// Standard_Failure::Raise("GeometryObject::projectShape - error occurred while projecting shape");
}
auto end = chrono::high_resolution_clock::now();
auto diff = end - start;
double diffOut = chrono::duration <double, milli> (diff).count();