Added new property type: App::PropertyVectorDistance

This works exactly as a normal PropertyVector, but it
uses the Units-enabled GUI editor instead.
This commit is contained in:
Yorik van Havre
2015-08-31 22:57:29 -03:00
parent 1ed0ec974a
commit e19e7336cd
4 changed files with 63 additions and 3 deletions

View File

@@ -1073,6 +1073,7 @@ void Application::initTypes(void)
App ::PropertyLinkSubList ::init();
App ::PropertyMatrix ::init();
App ::PropertyVector ::init();
App ::PropertyVectorDistance ::init();
App ::PropertyVectorList ::init();
App ::PropertyPlacement ::init();
App ::PropertyPlacementLink ::init();