#include "PreCompiled.h"#include <QAction>#include <QMenu>#include <Inventor/actions/SoSearchAction.h>#include <Inventor/draggers/SoDragger.h>#include <Inventor/draggers/SoCenterballDragger.h>#include <Inventor/manips/SoCenterballManip.h>#include <Inventor/nodes/SoBaseColor.h>#include <Inventor/nodes/SoCamera.h>#include <Inventor/nodes/SoDrawStyle.h>#include <Inventor/nodes/SoMaterial.h>#include <Inventor/nodes/SoSeparator.h>#include <Inventor/nodes/SoSwitch.h>#include <Inventor/nodes/SoDirectionalLight.h>#include <Inventor/sensors/SoNodeSensor.h>#include <Inventor/SoPickedPoint.h>#include <Inventor/actions/SoRayPickAction.h>#include "ViewProviderGeometryObject.h"#include "View3DInventorViewer.h"#include "SoFCSelection.h"#include "SoFCBoundingBox.h"#include "Application.h"#include "Document.h"#include "Window.h"#include <Base/Placement.h>#include <App/PropertyGeo.h>#include <App/GeoFeature.h>#include "SoNavigationDragger.h"#include "SoFCUnifiedSelection.h"Go to the source code of this file.
Variables | |
| const App::PropertyIntegerConstraint::Constraints | intPercent = {0,100,1} |
| const App::PropertyIntegerConstraint::Constraints intPercent = {0,100,1} |
Definition at line 69 of file ViewProviderGeometryObject.cpp.
1.6.1