Added App::PropertyArea (same as PropertyLength but uses Area units)

This commit is contained in:
Yorik van Havre
2016-08-29 19:26:11 -03:00
parent 0d25df0c61
commit ab803c7b40
3 changed files with 26 additions and 0 deletions

View File

@@ -1096,6 +1096,7 @@ void Application::initTypes(void)
App ::PropertyAngle ::init();
App ::PropertyDistance ::init();
App ::PropertyLength ::init();
App ::PropertyArea ::init();
App ::PropertySpeed ::init();
App ::PropertyAcceleration ::init();
App ::PropertyForce ::init();