mkdir -p ${ROOT_DIR}/build
cd ${ROOT_DIR}/build
-CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Debug"
+CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Release"
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install"
CMAKE_ARGS="${CMAKE_ARGS} ${SRC_DIR}"
// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-#include <GEOMALGOAPI_BREPImport.h>
+#include <GeomAlgoAPI_BREPImport.h>
#include <BRepTools.hxx>
#include <BRep_Builder.hxx>
// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-#include <GEOMALGOAPI_STEPImport.h>
+#include <GeomAlgoAPI_STEPImport.h>
#include <TDF_ChildIDIterator.hxx>
#include <TDF_Label.hxx>
}
if (!aFound) { // remove the useless
aDoc->second->close();
- aDoc = myDocs.erase(aDoc);
+ myDocs.erase(aDoc);
+ aDoc = myDocs.begin();
} else {
aDoc++;
}
/// registers the name of the shape in the label (theID == 0) of sub label (theID is a tag)
/// if theID is zero,
-static void registerSubShape(TDF_Label& theMainLabel, TopoDS_Shape theShape,
+static void registerSubShape(TDF_Label theMainLabel, TopoDS_Shape theShape,
const int theID, const FeaturePtr& theContextFeature, std::shared_ptr<Model_Document> theDoc,
std::string theAdditionalName,
Handle(TDataStd_IntPackedMap) theRefs = Handle(TDataStd_IntPackedMap)())
#include "PartSet_SketcherMgr.h"
#include "PartSet_Module.h"
-#include "PartSet_WidgetPoint2D.h"
+#include "PartSet_WidgetPoint2d.h"
#include "PartSet_Tools.h"
#include <XGUI_ModuleConnector.h>