From 1e4ed56010a5f7a20086b60e954e8c33cb24c116 Mon Sep 17 00:00:00 2001 From: marioalexis84 <53127171+marioalexis84@users.noreply.github.com> Date: Mon, 6 May 2024 12:54:57 -0300 Subject: [PATCH] Fem: Rescaling and transparency fix for heat constraint symbols (#13723) --- .../Resources/symbols/ConstraintHeatFlux.iv | 40 +++++++++---------- .../symbols/ConstraintTemperature.iv | 34 ++++++++-------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/Mod/Fem/Gui/Resources/symbols/ConstraintHeatFlux.iv b/src/Mod/Fem/Gui/Resources/symbols/ConstraintHeatFlux.iv index 5c91f02dd6..6ba000fa45 100644 --- a/src/Mod/Fem/Gui/Resources/symbols/ConstraintHeatFlux.iv +++ b/src/Mod/Fem/Gui/Resources/symbols/ConstraintHeatFlux.iv @@ -6,42 +6,42 @@ Separator { Separator { Translation { - translation 0 0.225 0 + translation 0 0.5 0 } Sphere { - radius 0.225 + radius 0.5 } Translation { - translation 0 0.5625 0 + translation 0 1.25 0 } Cylinder { - radius 0.1125 + radius 0.25 + height 1.75 + + } + Translation { + translation 0 1.25 0 + + } + BaseColor { + rgb 1 1 1 + + } + Cylinder { + radius 0.25 height 0.75 } Translation { - translation 0 0.5625 0 - - } - Material { - diffuseColor 1 1 1 + translation 0 -1.25 0 } Cylinder { - radius 0.1125 - height 0.375 - - } - Translation { - translation 0 -0.5625 0 - - } - Cylinder { - radius 0.3 - height 0.075 + radius 0.7 + height 0.175 } } diff --git a/src/Mod/Fem/Gui/Resources/symbols/ConstraintTemperature.iv b/src/Mod/Fem/Gui/Resources/symbols/ConstraintTemperature.iv index e821eacdae..cb6691cc0a 100644 --- a/src/Mod/Fem/Gui/Resources/symbols/ConstraintTemperature.iv +++ b/src/Mod/Fem/Gui/Resources/symbols/ConstraintTemperature.iv @@ -6,34 +6,34 @@ Separator { Separator { Translation { - translation 0 0.225 0 + translation 0 0.5 0 } Sphere { - radius 0.225 + radius 0.5 } Translation { - translation 0 0.5625 0 + translation 0 1.25 0 } Cylinder { - radius 0.1125 + radius 0.25 + height 1.75 + + } + Translation { + translation 0 1.25 0 + + } + BaseColor { + rgb 1 1 1 + + } + Cylinder { + radius 0.25 height 0.75 } - Translation { - translation 0 0.5625 0 - - } - Material { - diffuseColor 1 1 1 - - } - Cylinder { - radius 0.1125 - height 0.375 - - } } }