From 0d8efa49670c9da114f81dd6cfb1cff783e9a27a Mon Sep 17 00:00:00 2001 From: imirzov Date: Fri, 24 Jul 2020 23:37:10 +0200 Subject: [PATCH] Readme update for release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f3dd57..c98d192 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Distributed under GNU General Public License v3.0 Converts [Salome](https://www.salome-platform.org/) .unv file to [CalculiX](http://dhondt.de/) .inp format. -This converter is based on Joël's Cugnoni UNV parser available with [CalculiX Launcher](http://www.calculixforwin.com/) distribution. I allowed myself to slightely improve it and translate into Python 3. INPWriter's methods are fully refactored and now allow to convert beams. See folder [tests](./tests) for list of tested UNV elements. All generated INP files are processed by CalculiX GraphiX and [CalculiX Adanced Environment](https://github.com/calculix/cae) without any errors. +This converter is based on Joël's Cugnoni UNV parser available with [CalculiX Launcher](http://www.calculixforwin.com/) distribution. I allowed myself to slightely improve it and translate into Python 3. INPWriter's methods are fully refactored and now allow to convert beams. See folder [examples](./examples) for list of tested UNV elements. All generated INP files are processed by CalculiX GraphiX and [CalculiX Adanced Environment](https://github.com/calculix/cae) without any errors. Thanks to [Niclas Stenberg](https://github.com/Xnst) for fixing bug with empty sets. @@ -50,10 +50,10 @@ For the last command you'll need [Python 3](https://www.python.org/downloads/) t # Screenshots UNV 115 element converted to C3D8: -![UNV 115](./tests/115.png "UNV 115") +![UNV 115](./examples/115.png "UNV 115") UNV 118 element converted to C3D10: -![UNV 118](./tests/118.png "UNV 118") +![UNV 118](./examples/118.png "UNV 118")