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 bspline 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 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 bspline 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.
Bugfixes
- 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 table of 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 problem that nested features are set to "Update only on User Request".
- GLPictureFrame Fixed issue that 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.