Added App::PropertyPlacementList

This commit is contained in:
Yorik van Havre
2017-04-05 17:22:51 -03:00
parent c014840fce
commit 8337a7909f
3 changed files with 242 additions and 0 deletions

View File

@@ -1209,6 +1209,7 @@ void Application::initTypes(void)
App ::PropertyVectorDistance ::init();
App ::PropertyVectorList ::init();
App ::PropertyPlacement ::init();
App ::PropertyPlacementList ::init();
App ::PropertyPlacementLink ::init();
App ::PropertyGeometry ::init();
App ::PropertyComplexGeoData ::init();