From 97ffc0bcf295d7663adbdecf38522c79901c381f Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:47:26 +0100 Subject: [PATCH] Update PropertyUnits.h --- src/App/PropertyUnits.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/App/PropertyUnits.h b/src/App/PropertyUnits.h index fc32e080b12a..c0854e47c1b6 100644 --- a/src/App/PropertyUnits.h +++ b/src/App/PropertyUnits.h @@ -540,6 +540,19 @@ class AppExport PropertyMass: public PropertyQuantity ~PropertyMass() override = default; }; +/** Moment property + * This is a property for representing moment. It is basically a float + * property. On the Gui it has a quantity like N*m. + */ +class AppExport PropertyMoment: public PropertyQuantity +{ + TYPESYSTEM_HEADER_WITH_OVERRIDE(); + +public: + PropertyMoment(); + ~PropertyMoment() override = default; +}; + /** Pressure property * This is a property for representing pressure. It basically a float * property. On the Gui it has a quantity like Pa.