Skip to main content

5.3.8

CAESES Release 5.3.8

🚀 New Features

  • General: Added commandline argument acceptgtc to accept gtc on startup.
  • General: Added command getStringRepresentation(FObject object) that outputs a string representation of the object.
  • Vector Visualization: Improved performance.

📝 Documentation

New Tutorial

New Samples

🔧 Changes

  • BReps: Added changes to make scaling of BReps more robust.
  • BReps: Removed XOR from boolean operation due to no use cases.
  • Chart Viewer: Changed default to show all evaluations even for optimizations.
  • Features: Disabled autoformat of type names.
  • General: Made command set/getCustomAttributes() visible.
  • Shipflow Local Application: Changed default for max. number of running instances to 1.
  • Trimeshes: Changed min, max cut to use mesh bounds if no value is set.

🐛 Bug Fixes

  • 3D Window: Fixed cursor offset.
  • Airfoil Blade: Fixed update of airfoil blade with active operations.
  • BRep Parts: Fixed potential crash when loading BRepParts.
  • BReps: Fixed construction of curve based BReps from features with FCurve as type provider.
  • BReps: Fixed potential crash if intersect / project and trim fails.
  • Components: Fixed editor when dragging objects on components in object tree.
  • Computations: Fixed refresh of visualizations when re-running computations.
  • Copy & Paste Fixed copy and paste of dynamic types between projects.
  • Custom Integration: Fixed reading of panel meshes from XML.
  • Data Connections: Fix multiple data connections in object tree
  • Designs: Fixed GUI state when the baseline is protected.
  • Drawables: Fixed changing a color does not update rendering.
  • Dynamic Types: Fixed type-combobox in editor displaying wrong type.
  • FBladeFillet: Fixed crash.
  • FDimensionalityReduction: Fixed wrong warning message, that evaluations are not dependent on design variables.
  • Features: Fixed attributes and multi-selection of feature type.
  • Features: Fixed possible crash in FFeature.run().
  • Features: Fixed foreach within functions.
  • Features: Fixed message boxes in features.
  • HTTP Server: Fix nullptr crash in specific crt configuration
  • Local Applications: Fixed maximum runtime not considered within design engine runs.
  • Local Float License: Fixed issue with checking out local float licenses.
  • Misc: Make openExternalUrl public.
  • Object Editor: Fixed crash when object editor is resized to its minimal size.
  • Post-Processing: Fixed wrong display of mapped fielddata if none is selected.
  • Post-Processing: Fixed styling of presets in editor.
  • Post-Processing: Fixed setting of field value in vector visualization.
  • Scopes: Fixed scope color being applied to content only after update.
  • Selection: Fix sub-selected objects being removed by added tree selection.
  • Templated Types: Fixed data race.