forked from FreeCAD/FreeCAD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fem: Add electrostatic constraint symbol
- Loading branch information
1 parent
82c7d01
commit b64549b
Showing
3 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
src/Mod/Fem/Gui/Resources/symbols/ConstraintElectrostaticPotential.iv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
#Inventor V2.1 ascii | ||
|
||
# SPDX-License-Identifier: LGPL-2.1-or-later | ||
|
||
#/*************************************************************************** | ||
# * Copyright (c) 2024 Mario Passaglia <mpassaglia[at]cbc.uba.ar> * | ||
# * * | ||
# * This file is part of FreeCAD. * | ||
# * * | ||
# * FreeCAD is free software: you can redistribute it and/or modify it * | ||
# * under the terms of the GNU Lesser General Public License as * | ||
# * published by the Free Software Foundation, either version 2.1 of the * | ||
# * License, or (at your option) any later version. * | ||
# * * | ||
# * FreeCAD is distributed in the hope that it will be useful, but * | ||
# * WITHOUT ANY WARRANTY; without even the implied warranty of * | ||
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * | ||
# * Lesser General Public License for more details. * | ||
# * * | ||
# * You should have received a copy of the GNU Lesser General Public * | ||
# * License along with FreeCAD. If not, see * | ||
# * <https://www.gnu.org/licenses/>. * | ||
# * * | ||
# ************************************************************************** | ||
|
||
|
||
Separator { | ||
|
||
Separator { | ||
|
||
Translation { | ||
translation 0 1.25 0 | ||
|
||
} | ||
Cylinder { | ||
radius 0.25 | ||
height 2.5 | ||
|
||
} | ||
Translation { | ||
translation 0 1.3 0 | ||
|
||
} | ||
Cube { | ||
width 2 | ||
height 0.1 | ||
depth 0.75 | ||
|
||
} | ||
Translation { | ||
translation 0 0.4 0 | ||
|
||
} | ||
BaseColor { | ||
rgb 0.17 0.46 1.0 | ||
|
||
} | ||
Cube { | ||
width 1.5 | ||
height 0.1 | ||
depth 0.75 | ||
|
||
} | ||
Translation { | ||
translation 0 0.3 0 | ||
|
||
} | ||
Cylinder { | ||
radius 0.25 | ||
height 0.5 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters