From 896669534d7b089c705c738490c65dbbdf1922b2 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 19 May 2017 11:04:49 +0300 Subject: [PATCH] Tune the parametric update in the big model test --- src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp | 2 +- test.models/piece_12.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp b/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp index a900563c4..20ca1084c 100644 --- a/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp +++ b/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp @@ -345,7 +345,7 @@ std::string ModelHighAPI_FeatureStore::dumpShape(std::shared_ptr& std::shared_ptr aCenter = GeomAlgoAPI_ShapeTools::centreOfMass(theShape); aResult<<"Center of mass: "; double aCenterVals[3] = {aCenter->x(), aCenter->y(), aCenter->z()}; - dumpArray(aResult, aCenterVals, 3); + dumpArray(aResult, aCenterVals, 3, 5); aResult<