Yorik van Havre
e2b73707f2
fixed typo
2019-09-04 11:29:09 -03:00
Dietmar Czekay
21f75b6ed4
change "User defined" to "UserDefined"
...
changed "User defined" in src/Mod/Material/Templatematerial.yml and
src/Mod/Material/MaterialEditor.py
2019-09-04 11:29:09 -03:00
Dietmar Czekay
65ccdee9d8
add VacuumPermittivity and fix adding user values to material editor in FEM
2019-09-04 11:29:09 -03:00
luz.paz
7af7c10cf1
Fix misc. typos, whitespace, and http:// to https:// issues
2019-09-03 11:11:43 -03:00
Erni24
772cfc56a0
add relative permittivity to Air and Water
2019-07-27 21:18:32 +02:00
Bernd Hahnebach
aa189f5d1f
Materials: delete duplicate import
2019-07-02 22:47:42 +02:00
Bernd Hahnebach
dd4b93c201
Materials: Py2 fix
2019-07-02 12:31:43 +02:00
Bernd Hahnebach
7d2e1da194
Materials: code formating, flake8
2019-06-25 00:14:43 +02:00
luz.paz
c2827611be
[Crowdin] string fix + misc. typo and whitespace fixes
...
* Crowdin link: https://crowdin.com/translate/freecad/6766/en-hu#6576162
* Tacked on a few typo+whitespace fixes
2019-06-20 18:42:09 +02:00
luz.paz
13443ca27f
[Material] Respect unicode filenames
...
Fixes #4027
2019-06-19 22:16:13 +02:00
luz.paz
9845c002ab
Misc. source comment typo and whitespace fixes
...
Found via codespell
2019-06-16 20:47:07 +02:00
Bernd Hahnebach
a95f2d6153
Materials: cards, recreate new cards and update csv and ods
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
f718c30558
Materials: cards, add concrete matrix and reinforcement materials
...
- safety factor is included in material params
- this is for sure not a material parameter
- but FreeCAD has no safety factor yet
- workaround: directly include them in the material parameter
- structural engineers have a lot of them in limeted state design
2019-06-16 18:29:32 +02:00
Bernd Hahnebach
421656602a
Materials: white space
2019-06-11 10:37:08 +02:00
Bernd Hahnebach
4da861e8a7
Materials: card reader, delete not needed variable
2019-06-08 22:35:26 +02:00
Bernd Hahnebach
5a9ba2988d
Material: card reader, do not break reading if saved with depretiated writer
2019-06-08 22:24:48 +02:00
Bernd Hahnebach
4431d30562
Material: card utils, do not fail to return card dicts if reading a card fails
2019-06-08 22:24:48 +02:00
Bernd Hahnebach
d30c3fb1a0
Materials: editor, improve comments
2019-06-05 21:49:16 +02:00
Bernd Hahnebach
db1f3ac0c8
Materials: card writer, add whitspace between FreeCAD and version string
2019-06-03 22:17:50 +02:00
Bernd Hahnebach
436ea86b79
Material: white space
2019-05-24 19:08:17 +02:00
Bernd Hahnebach
e6ce361a02
Material: card utils, add some code comments for new added methods
2019-05-14 12:05:47 +02:00
Bernd Hahnebach
2cf145f6f7
Material: card utils, add methods for quatity unit checks
2019-05-14 12:05:47 +02:00
Bernd Hahnebach
00716d75b5
Material: card utils, add a parameter to ignore template mat on import materials
2019-05-14 12:05:47 +02:00
Bernd Hahnebach
6c2f2189b0
Material: card utils, example code comments fixes
2019-05-14 12:05:47 +02:00
Bernd Hahnebach
73f0348105
Material: templatematerial, make FractureToughness a float
...
- it unit is not possible with FreeCAD unit system
2019-05-14 12:05:47 +02:00
luz.paz
659d17129a
FIx some user and non-user facing typos
...
Found via ` codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig* -L pard,wallthicknessOn`
codespell version 1.15.0.dev0
2019-05-12 16:59:26 +02:00
Bernd Hahnebach
57fc1d0cc2
Material: card utils and import, add some code examples
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
e0b08e74f3
Material: card utils, data model comments and a few more
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
8827187935
Material: editor, allow duplicate card names and other improvements
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
e4f29ffe92
Material: material main module, move card related defs into mat utils module
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
f9c873531e
Material: card utils modul, add some defs:
...
- def to write template mat file
- def to write card tools headers file
- def to get the FreeCAD source directory out of Makefile in build
- the data will be taken from the material editor template
- means we gone have an overall template to generate all others material related templates now
- output reistered, non registered, used and not used material keys (very useful for debuging)
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
f69537ed30
Material: mat card template for material editor, move to a much more pythonic one
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
eb21144c4b
Material: card utils, move card methods from material editor to card utils module
...
- isolate card tools for further use in other modules
- possible use of card tools in cmd mode
- add some methods for better card handling
- add some output methods for better card debuging
- editor, better names for methods
- add preference to sort cards and add duplicate cards too
- use icon in mat editor card combo box
2019-04-25 20:43:06 +02:00
Bernd Hahnebach
4f3bcf05b9
Material: card utils, add new module
2019-04-25 20:43:06 +02:00
Bernd Hahnebach
d0bee305e9
Material: editor, add author
2019-04-25 20:43:06 +02:00
Bernd Hahnebach
d6582737a7
Material, editor and main module, code formating
2019-04-23 09:13:16 +02:00
Bernd Hahnebach
ac71d82dd4
Material: editor, code formating, line length, prints, add some comments
2019-04-23 09:13:04 +02:00
Bernd Hahnebach
4cb913d12c
Material and FEM: card reader and writer, make sure to import the same in all modules
2019-04-23 09:13:02 +02:00
Bernd Hahnebach
7f5094231e
Material: editor, sort cards in combo box
2019-04-23 09:13:00 +02:00
Bernd Hahnebach
04d9836b88
Material: redundant card reader and writer, add some print messages
2019-04-23 09:12:55 +02:00
Bernd Hahnebach
5b1d977df1
Material: import card module, code formating, comments and prints
2019-04-23 09:12:55 +02:00
Bernd Hahnebach
f501b396ca
Material: editor, small ui layout improvements
2019-04-23 09:12:53 +02:00
Bernd Hahnebach
c2e45cd4a9
Material: editor code formating, white space and remove new lines
2019-03-05 13:43:20 +01:00
luz.paz
a8cea8c73f
Material: fix typos
...
Found via codespell
Thought this would merit a pre-0.18 release commit because of `./src/Mod/Material/StandardMaterial/TEMPLATE.FCMat`
2019-03-02 18:11:45 -05:00
Bernd Hahnebach
7714ab01de
Material: card tools, update ods and csv
2019-03-02 18:13:11 +01:00
Bernd Hahnebach
30203c7f09
Material: cards, add group sections to all cards, by rewriting them once again
2019-03-02 18:13:11 +01:00
Bernd Hahnebach
40740f0dba
Material: cards, rewrite all cards with card writer
2019-03-02 18:13:11 +01:00
Bernd Hahnebach
ee1d4ae44b
Material: mat module, write all cards def, add a parameter to not write the template card, which is active by default
2019-03-02 18:13:10 +01:00
Bernd Hahnebach
848d8f4d9c
Material: card writer, get rid of double new line on file end
2019-03-02 18:13:10 +01:00
Bernd Hahnebach
fe0c313f00
Material: card writer, better meta comments
2019-03-02 18:13:10 +01:00