Skip to main content

5.2.5

CAESES Release 5.2.5

💥 New Features

  • Blade Fillet Added option to use fillet for blunt trailing edges.
  • Blade Fillet Added global tolerance to handle more complex cases.
  • Core Added command FObject.getStringRepresentation().
  • Curves Added operation to approximate a curve by a given tolerance.
  • Curves Added command FCurve.approximateCurve(double tolerance, unsigned degree=3) to create a B-Spline approximation on an arbitrary curve.
  • FJSON Implemented methods to read and write JSON-format from within features.
  • FXML Implemented methods to read and write XML-format from within features.
  • Feature Definitions Added function to write identity files for feature definitions writeFeatureDefinitionIdentityFiles().
  • Features Dependencies to (input) arguments of features can now be set without a dependency to the feature itself.
  • GUI Added a command to set the status bar message.
  • Misc Added command sleep(ms) to make the current thread sleep for a given time.
  • Normal Display Added display option for surfaces and BReps to display normals.
  • Surface Added operation to reparametrize a surface with pseudo unit speed.
  • Surface Added operation to approximate a surface by a given tolerance.
  • Surface Added command FSurface.approximateSurface(double tolerance, unsigned uDegree=3, unsigned vDegree=3) to create a B-Spline approximation on an arbitrary surface.
  • Surfaces Added operation to auto-orientate a surface based on two points.
  • Sweep Transformation Option to use original path parametrization.
  • Utility Plane Added creation method to create a FUltiliyPlane from origin and axes.

🔧 Changes

  • Adjoint CFD Improvements in performance and accuracy.
  • Designvariable View Weights are now taken into account for ordering.
  • Insert Panel Added a general setting to enable/disable the dialog. The default is now disabled.
  • Rotation Now it’s possible to use a FCurve as a rotation axis.
  • Surfaces Enabled transparency when editing surfaces.

🐛 Bug Fixes

  • Batch Mode Fixed import of FFW in batch mode.
  • Blade Edge Definition Improved robustness.
  • BReps Fixed data race on surface creation.
  • BReps Fixed face multi-selection in edit mode.
  • ColorMapEditor Fixed display under Linux.
  • Computations Fixed automatic display of results after computation run.
  • Converge Export Fixed automatic normal orientation.
  • Coordinate System Fixed gridlines in Screenshots.
  • Dark Mode Fixed font color in expression in locked designs.
  • DesignResultsTable Fixed column display.
  • DesignResultsTable Fixed bug, where reevaluated designs are being added to the table of the next run.
  • Dimensionality Reduction Fixed computation of captured variance.
  • Dimensionality Reduction Fixed display of captured variance.
  • Edit Mode Fixed dragging of points in edit mode for dynamic types.
  • Feature Editor Fixed paste position after whole line selection.
  • Feature from Selection Fixed the problem that nested features are set to “Update only on User Request”.
  • GLPictureFrame Fixed the issue that the picture is mirrored and added additional options to mirror and flip the image.
  • Help Fixed help not being displayed under Linux.
  • Import FeatureDefinition Fixed crash when feature import is called from a feature.
  • Shipflow Fixed display of wakefield vectors.
  • Shipflow Fixed XBOUND streamlines.
  • Shipflow Fixed XPAN iteration visualization.
  • Shipflow Fixed crash when displaying component grids.
  • Update Fixed potential race condition.
  • Updater Fixed CAESES update under Linux.