Fixed |
In some cased, too many qa records were being written to the exodus file. This has been fixed. |
Fixed |
Remember the last filter when using the import dialog. Will use it for next import filter default. |
Fixed |
Fixing the 'control-g' interaction in the graphics window. The problem was a lack of support for something called 'flat shaded' mode. Half of the code expected that mode to exist, the more important half in showviz knew nothing of it. |
Fixed |
Changed the default normal tolerance when generating graphics facets for composite surfaces from 2.0 to 5.0. 2.0 was too tight and way to many facets were being generated killing performance on operations that depend on the facets (like searching for overlapping surface pairs). This has the potential to affect many things so please let me know if you see problems but it passes all of the tests with two minor tweaks to mesh node positions that changed with the different faceting. |
Fixed |
Enabled interoperability for edge/vertex blending/chamfering. |
Fixed |
Fix bug when importing mesh with blocks having different combinations of edge/face/body center nodes. |
Fixed |
False warning about volume not being water tight. When importing an stl file, there is an operation to merge_coincident_vertices. This routine finds boundary vertices on adjacent shells and then tries to merge them. I found a weird case where you can have two shells tied together by a vertex 'V'. While trying to merge coincident vertices between shells, this vertex 'V' is initially found to be a 'boundary vertex' but later, as adjacent coincident vertices get merged, 'V' ceases to be a boundary vertex. I added a check after all the merging is done to cull these non-boundary vertices so to not issue false warnings about not being water-tight. |
Fixed |
Fixing the Create Mesh Element command panels. The pickwidgets were all defaulting to type 'volume'. |
Fixed |
Enhance binary compatibility in CubitCommandInterface. |
Fixed |
Fixing help links in command panels for CFD. |
Fixed |
Fixing command panel help links for FEA panels. |
Fixed |
Fixing help links in the meshing command panels. |
Fixed |
Improved column open command. |
Fixed |
Some speeds ups for the draw commands with geometry. |
Fixed |
Fix Fluent export format for mixed element blocks. |
Improvement |
Adding surface split with curve to the geometry/surface/modify/split GUI. |
Improvement |
set volume proximity layers to set MeshGems CADSurf parameters. |
Improvement |
set geometry approximation angle to set MeshGems CADSurf parameters. |
Improvement |
set surface gradation minimum to set MeshGems CADSurf parameters. |
Improvement |
set volume gradation minimum to set MeshGems CADSurf parameters. |
Improvement |
set maximum size to set MeshGems CADSurf parameters. |
Improvement |
Changed the mesh delete panel to say "Keep Lower Mesh" instead of "Propagate". Also added an option to reset curve intervals, which will issue the "curve interval default" command. |
Improvement |
Sync the aprepro library with the seacas repository. |
Improvement |
Enable journaling of multiline aprepro string definitions. |
Improvement |
Save/Restore will now allow a group to be restored whose ID is not the next one in order. In other words, if a user saves a cub file that contains a group with an ID of 3, that group will be restored as group 3. |
Improvement |
Add an option to automatically apply sizing and scheme info when a user clicks the mesh button. |
Improvement |
Give the user the option to suppress the mesh warning dialog. |
Improvement |
Allowing wedge and pyramid elements to have context menu support in the graphics window. |
Improvement |
Use smart move constraint to eliminate distortion of tet10 elements. |
Improvement |
Add a set_material_id method to MaterialInterface. |
Improvement |
Based on a user's suggestion, changed the 'clear' function in the journal editor to selectall then cut, rather than a complete clear. After clearing the text was not available to paste. With the new method, somebody who accidentally 'clears' will be able to paste the text back into the editor. |
Improvement |
Enhanced Curve Mesh Bias GUI to make it more usable. |
Improvement |
Adding GUI support for the block/nodeset/sideset visibility functionality |
Improvement |
Added support for the "I" key shortcut for toggling visibility of picked blocks/nodeset/sideset. |
Improvement |
Including blocks, sidesets, nodesets in the 'all visible' operation. |
Improvement |
Adding GUI panels for the mesh column commands. |
Improvement |
Added Column Swap Node Node Node Node command. |
Improvement |
Update the Material Property page to work with the material interface. |
Improvement |
Added new column collapse commands. |
Improvement |
Adding GUI support for new block/sideset/nodeset renumber command. |
Improvement |
Adding "Apply Deformations" to Free Mesh tab |
Improvement |
Added equivolume skew to mesh volume quality panel. |
Improvement |
Add timestep options to the "import mesh ... no_geom" and "import mesh ..." commands. |
Improvement |
Allowing wedge and pyramid elements to have context menu support in the graphics window. |
Improvement |
Added include_neighbors to volume webcut coordinate plane. |
Improvement |
Changed .cub file to use HDF5, thereby enabling 3rd parties to use the .cub file for data management. |
Improvement |
Adding the option "unique genesis ids" to import mesh geom. Note that this was already an option for free mesh. Making it work for MBG. |
Improvement |
Adding a new interface CubitBCVizInterface.* for visualizing Custom BC. CustomBCData abstract class is added to define graphics object for variety of SierraBC such as pressure, temperature, etc. CustomGlyphData class defines generic glyph type such as Arrow, Sphere, Label, etc. and other attributes such as spacing, magnitude, direction, etc. |
Improvement |
Improve SDK command panel examples. |
Improvement |
Add SDK example for the NavigationWidgetFactory. |
Improvement |
Add SDK examples for creating command panel buttons. |
Improvement |
Add ability to toggle visibility of nodesets and sidesets. |
Improvement |
Integrated triangle and tetrahedral meshing technology from MeshGems. |
Improvement |
Modify OpenFoamExporter to output just the mesh data. |