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.
- Shipflow Local Application Changed default for max. number of running instances to 1.
- Vector Visualization Improved performance.
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 typenames.
- General Made command set/getCustomAttributes() visible.
- Trimeshes Changed min max cut to use mesh bounds if no value is set.
Bugfixes
- 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 potential crash if intersect / project and trim fails.
- Breps Fixed construction of curve based breps from features with FCurve as type provider.
- 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 panelmeshes from XML.
- Data Connections Fix multiple data connections in objecttree
- 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 (DEV-189)
- Features Fixed possible crash in FFeature.run().
- Features Fixed foreach within functions.
- Features Fixed message boxes in features.
- Features Fixed attributes and multi-selection of feature type.
- HTTP Server Fix nullptr crash in specific crt configuration
- Local Applications Fixed maximum runtime not considered within designengine 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.
- Postprocessing Fixed wrong display of mapped fielddata if none is selected.
- Postprocessing Fixed setting of fieldvalue in vector visualization.
- Postprocessing Fixed styling of presets in editor.
- Scopes Fixed scope color being applied to content only after update.
- Selection Fix subselected objects being removed by added tree selection
- Templated Types Fixed data race.