diff --git a/src/Mod/Arch/ArchRebar.py b/src/Mod/Arch/ArchRebar.py index c9e2168001..5caaab3979 100644 --- a/src/Mod/Arch/ArchRebar.py +++ b/src/Mod/Arch/ArchRebar.py @@ -198,6 +198,13 @@ class _Rebar(ArchComponent.Component): if not "TotalLength" in pl: obj.addProperty("App::PropertyDistance", "TotalLength", "Rebar", QT_TRANSLATE_NOOP("App::Property","Total length of all rebars")) obj.setEditorMode("TotalLength", 1) + if not "Mark" in pl: + obj.addProperty( + "App::PropertyString", + "Mark", + "Rebar", + QT_TRANSLATE_NOOP("App::Property", "The rebar mark"), + ) self.Type = "Rebar" def onDocumentRestored(self,obj):