Commit Graph

18 Commits

Author SHA1 Message Date
ediloren
75a5c6bc0c
Merge pull request #4 from luzpaz/LGTM
README: Add LGTM badges
2020-03-04 22:44:08 +01:00
luz.paz
80d8c91671 README: Add LGTM badges
Closes #3  
ref: https://github.com/FreeCAD/FreeCAD-addons/issues/163
2020-03-04 14:02:33 -05:00
ediloren
1c1deb2789
Merge pull request #2 from luzpaz/misc-typos
Fix misc. typos
2020-03-03 20:42:02 +01:00
luz.paz
76f2e29ac8 Fix source comment typo 2020-03-03 14:11:45 -05:00
luz.paz
778502f859 Misc. typo fixes
Found via `codespell -q 3 -L vertexes`
2020-03-03 14:11:45 -05:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
a830823f52 * Updated README.md for VoxHenry support 2019-08-01 20:18:03 +02:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
60b99aeee0 * EM workbench support for VoxHenry
- Works, with Python3, in FreeCAD 18.1/18.2/19.0 beta
- Usage of Coin3d for shell represenation of voxelized geometries
- Fix for FasterCap export in sorting vertices
2019-06-27 00:21:29 +02:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
081ec9fc65 * Python3 compatibility
- Compatible with FreeCAD 0.18 with Python3
- Added 'About' under EM menu
- New icon for the FH Solver
- Preparing for VoxHenry
- Minor fixes in the comments
2019-04-22 12:44:11 +02:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
85041325c3 * Set FHPath Nodes property list to read-only 2019-01-30 19:08:13 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
f96aa6eb17 * FHNode continue function and FHPath bug fix
- Implementation of the FHNode 'continue' function as in the Draft workbench
- Fix of FHNode creation from a Draft Point object
- Fix of FHPath creation with non-detected coincident nodes due to
  too strict tolerance w.r.t. FreeCAD allowed tolerance
2019-01-29 19:48:08 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
1f6777dd8f * Stabilization release
- New icons in line with Tango FreeCAD graphical guidelines and
  FreeCAD workbenches documentation names
- FHEquiv shape not visible bug fix
- Work-around of FreeCAD 0.17(.13541) issue causing re-set of Placement
  of FHNode and FHPlaneHole objects upon document re-load
- Changed FHPort property names to NodePos and NodeNeg to highlight
  node roles. WARNING: breaking compatibility with designs done
  with previous versions of the EM Workbench.
- Minor bug fixes and enhancements
2019-01-10 18:49:46 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
741336a74a * Support for FHPath (multiple segments along a path)
- Added FHPath object
- Implemented proper path and filename for exporting FastHenry file
  from FHSolver/FHInputFile object
- Fixed coordinate display to show the actual point coordinates
  when the user is selecting a point on the GUI
- Added option to display / hide the internal nodes of a FHPlane
- Added command to add/remove nodes/holes from an already
  existing FHPlane
- Moved common functions / variables to EM_Globals.py
- Completed all function description texts
- Multiple bug fixes (load FreeCAD file, import EM, etc.)
2018-12-30 00:20:41 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
0d4f02c4c9 * Support for conductive planes (G) and .equiv statement
- Conductive uniform plane support ('G' statement in FastHenry), including holes
- Support for Node equivalence ('-equiv' statement in FastHenry)
- FreeCAD save support for the models created in the workbench
- Updated copyright including Efficient Power Conversion Corp. Inc.
2018-12-08 00:10:30 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
56b2c4ccb7 * Updated README.md with install folder instructions 2018-11-16 09:39:45 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
7063488008 * First beta working workbench supporting FastHenry.py
Still missing:

- FHSegments based on paths
- .equiv statement
- FHPlanes
2018-11-15 20:23:05 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
143d6e6a4a * Added import_fastercap.py 2018-01-03 18:21:48 +01:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
4e447fa8c5 First version for GitHub uploading 2016-10-04 23:33:20 +02:00
Enrico Di Lorenzo - FastFieldSolvers S.R.L
a36881e697 * Initial commitment: simple macro exporting mesh in FasterCap format
The Python macro works in FreeCAD and is able to generate a mesh
from a solid and export it in FasterCap compatible format.
See http://www.fastfieldsolvers.com
2016-09-28 16:56:32 +02:00