Core: Add App::LocalCoordinateSystem.
Most of App::Origin is moved into this sub class of App::Origin. Add App::Point. Change graphics of the planes/axis. Remove scale-by-content behavior and make it fixed size on screen.
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
#include "ViewProviderOriginGroup.h"
|
||||
#include "ViewProviderPlacement.h"
|
||||
#include "ViewProviderPlane.h"
|
||||
#include "ViewProviderPoint.h"
|
||||
#include "ViewProviderPart.h"
|
||||
#include "ViewProviderFeaturePython.h"
|
||||
#include "ViewProviderTextDocument.h"
|
||||
@@ -2070,6 +2071,7 @@ void Application::initTypes()
|
||||
Gui::ViewProviderPlacementPython ::init();
|
||||
Gui::ViewProviderDatum ::init();
|
||||
Gui::ViewProviderPlane ::init();
|
||||
Gui::ViewProviderPoint ::init();
|
||||
Gui::ViewProviderLine ::init();
|
||||
Gui::ViewProviderGeoFeatureGroup ::init();
|
||||
Gui::ViewProviderGeoFeatureGroupPython ::init();
|
||||
|
||||
Reference in New Issue
Block a user