Commit Graph

5 Commits

Author SHA1 Message Date
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
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