Merge pull request #15528 from ppphp/move_some_inventor

refactor: move some nodes to Inventor folder
This commit is contained in:
Chris Hennes
2024-11-22 12:20:50 -05:00
committed by GitHub
28 changed files with 545 additions and 553 deletions

View File

@@ -44,8 +44,8 @@
#include <Base/Stream.h>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/SoAxisCrossKit.h>
#include <Gui/SoFCBoundingBox.h>
#include <Gui/Inventor/SoAxisCrossKit.h>
#include <Gui/Inventor/SoFCBoundingBox.h>
#include <Gui/SoFCUnifiedSelection.h>
#include <Mod/CAM/App/FeaturePath.h>
#include <Mod/CAM/App/PathSegmentWalker.h>

View File

@@ -41,7 +41,7 @@
#include <Base/Console.h>
#include <Base/Parameter.h>
#include <Base/Reader.h>
#include <Gui/SoFCBoundingBox.h>
#include <Gui/Inventor/SoFCBoundingBox.h>
#include "ViewProvider2DObject.h"

View File

@@ -50,7 +50,7 @@
#include <Gui/ViewProvider.h>
#include <Gui/ViewProviderDocumentObject.h>
#include <Gui/SoFCBoundingBox.h>
#include <Gui/Inventor/SoFCBoundingBox.h>
#include "ViewProviderGridExtension.h"

View File

@@ -44,7 +44,7 @@
#include <Base/Exception.h>
#include <Gui/Inventor/MarkerBitmaps.h>
#include <Gui/SoFCBoundingBox.h>
#include <Gui/Inventor/SoFCBoundingBox.h>
#include <Mod/Sketcher/App/Constraint.h>
#include <Mod/Sketcher/App/GeoList.h>