Skip to content

Commit 67eac18

Browse files
committed
Update README.md
1 parent 0ccdbae commit 67eac18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
> Super-charge your Pynite workflows
44
5-
PyniteFEA is excellent and it is generally design-ready. The functions in this package give Pynite powers it does not currently have and generally makes your workflows muuuuchh smoother.
5+
PyniteFEA is excellent and it is generally design-ready. The functions in this package give Pynite powers it does not currently have (such as bulk results export and exporting analysis-ready models to JSON).
6+
7+
These are opinionated tools that are not intended to be part of the core PyniteFEA package but instead enhance the eco-system around Pynite for production-level engineering work.
68

79
Modules included:
810

9-
- `visualize`: Plot your `FEModel3D` using plotly
11+
- `visualize`: Plot your `FEModel3D` using plotly (previously in the `pynite_plotly` package)
1012
- `reports`: Quickly export node and member results in structured dictionaries (previously in the `pynite_reporting` package)
1113
- `serialize`: Export and import `FEModel3D` objects to JSON
1214
- `combos`: Convenience function for bulk-adding load combinations to `FEModel3D` objects

0 commit comments

Comments
 (0)