You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added "physics" color mode option, which colors each surface depending on how it is used in the model's loads and boundary conditions.
15
+
* Added support for file extension dyn (will read lsdyna input file).
16
+
* Added support for exporting 3D image data to several formats.
17
+
* Added support for reading and writing quadratic beam elements to febio4 format.
18
+
19
+
Improvements:
20
+
* Inverted faces but not elements in NetGen mesher, to produce correct mesh output upon conversion to editable mesh.
21
+
* Added ability to merge multiple STEP objects into single STEP object upon import, allowing conforming meshing with Netgen
22
+
* Added Fluent mesh exporting capability
23
+
* Added a log message when attempting to export wrong Mesh type to Fluent. Made export distinguish mixed face types versus uniform face types
24
+
* Updated copyright statement on splash and about box.
25
+
* Added febio format 4.0 export for post docs.
26
+
* Added nodal fluid flux plot variable to FSI analyses
27
+
* Deletion of multiple parts will now process much faster.
28
+
* All new documents are now added to the recent files list.
29
+
* Added icons to model search panel, and a column for the type. Filter now also searches type strings.
30
+
* Implemented more efficient way of tracking output when running febio in a thread.
31
+
* Modified mesh building algorithm in post lsdyna importer to speed it up.
32
+
* In the Project panel, added support to load fs2 files via folder import, and fixed bug when moving files to a folder.
33
+
* Added options to set caps when rendering smooth paths and cylinders. Beam ends are now rendered as flat. Fixed issue with rendering colormaps on solid beams.
34
+
35
+
Bug Fixes:
36
+
* Fixed issue with FSModel::GetEnumValues for getting dof_list.
37
+
* Fixed some issues with reading feb3 files.
38
+
* Added checks when rendering objects to make sure a valid render mesh exists.
39
+
* Timeline panel is now updated when states are deleted.
40
+
* Fixed issue with saving the correct model file name when saving fsps files.
41
+
* Fixed issue with reading surfaces of febio files that uses node numbering that does not start at one.
42
+
* Fixed issue with rendering images with correct orientation in slice view. Also fixed bug in rendering z-slice.
43
+
* Updated ImageMap tool and WarpImageFilter to work with rotated images. Fixed bug caused by missing cases in 3DImage::Value
44
+
* Fixed bug in loading models with DICOM images
45
+
* Fixed issue with volume rendering images with orientation.
46
+
* Image models are now rendered with correct orientation.
47
+
* Fixed issue in kinemat build tool.
48
+
* Fixed problem with input of numbers in a property form.
49
+
* Fixed issue where shell IDs were not copied from lsdyna file.
50
+
* Fixed issue with rare case where elements have duplicate IDs.
51
+
* Fixed string overflow in FEBio import.
52
+
* Fixed issue with importing nodesets from old feb files.
53
+
* Fixed issue with volume rendering of signed int image data.
54
+
* Made some fixes to old febio and nike3d file readers.
55
+
* Fixed bug in rendering of general springs.
56
+
* Fixed problem with reading discrete element sets from LSDYNA file.
57
+
* Fixed bug in curve-projection tool that did not take transform of curves into account.
58
+
* Fixed issue with rendering half-spheres in special case.
0 commit comments