Skip to content

Commit 2387da6

Browse files
committed
Fem: Rescaling and transparency fix for heat constraint symbols
1 parent 0100a99 commit 2387da6

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

src/Mod/Fem/Gui/Resources/symbols/ConstraintHeatFlux.iv

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,42 @@ Separator {
66
Separator {
77

88
Translation {
9-
translation 0 0.225 0
9+
translation 0 0.5 0
1010

1111
}
1212
Sphere {
13-
radius 0.225
13+
radius 0.5
1414

1515
}
1616
Translation {
17-
translation 0 0.5625 0
17+
translation 0 1.25 0
1818

1919
}
2020
Cylinder {
21-
radius 0.1125
22-
height 0.75
21+
radius 0.25
22+
height 1.75
2323

2424
}
2525
Translation {
26-
translation 0 0.5625 0
26+
translation 0 1.25 0
2727

2828
}
29-
Material {
30-
diffuseColor 1 1 1
29+
BaseColor {
30+
rgb 1 1 1
3131

3232
}
3333
Cylinder {
34-
radius 0.1125
35-
height 0.375
34+
radius 0.25
35+
height 0.75
3636

3737
}
3838
Translation {
39-
translation 0 -0.5625 0
39+
translation 0 -1.25 0
4040

4141
}
4242
Cylinder {
43-
radius 0.3
44-
height 0.075
43+
radius 0.7
44+
height 0.175
4545

4646
}
4747
}

src/Mod/Fem/Gui/Resources/symbols/ConstraintTemperature.iv

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ Separator {
66
Separator {
77

88
Translation {
9-
translation 0 0.225 0
9+
translation 0 0.5 0
1010

1111
}
1212
Sphere {
13-
radius 0.225
13+
radius 0.5
1414

1515
}
1616
Translation {
17-
translation 0 0.5625 0
17+
translation 0 1.25 0
1818

1919
}
2020
Cylinder {
21-
radius 0.1125
22-
height 0.75
21+
radius 0.25
22+
height 1.75
2323

2424
}
2525
Translation {
26-
translation 0 0.5625 0
26+
translation 0 1.25 0
2727

2828
}
29-
Material {
30-
diffuseColor 1 1 1
29+
BaseColor {
30+
rgb 1 1 1
3131

3232
}
3333
Cylinder {
34-
radius 0.1125
35-
height 0.375
34+
radius 0.25
35+
height 0.75
3636

3737
}
3838
}

0 commit comments

Comments
 (0)