Fem: Rescaling and transparency fix for heat constraint symbols (#13723)

This commit is contained in:
marioalexis84
2024-05-06 12:54:57 -03:00
committed by GitHub
parent 1b6fa97472
commit 0e1e8ce141
2 changed files with 37 additions and 37 deletions

View File

@@ -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
}
}

View File

@@ -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
}
}
}