Version CDC 3.7.0 -
Bug
CAE-448 RegionIntersect does not work when the the entire region is within an element
CAE-400 Legend tickmarks: wrong position when having undefined values
CAE-399 Add empty CDPResultValueGroup (no result for the part) was not correctly handled
CAE-397 NaN values are not correctly shown with undefined color
CAE-395 Outline edges are not correct when having overlapping shell and volume elements
CAE-379 cee::ug::OverlayColorLegend crashes if legend size is set too small
Story
CAE-449 Added handleClientRequest() to CDPDataProvider
A CDC app can now communicate directly with the DataProvider (if used). Use the cee::imp::cae::DataSourceCae::executeRequest()
to send a message to the data provider. The provider receives this in the handleClientRequest() and can report back a user-defined response as well as a change notification if any of the data it provides has changed.
This opens up for a wider use of data providers where the client can instruct the provider to modify the data and then see the results.
CAE-396 Added cee::ug::ParticleTraceUtils::computeGridPoints()
CAE-387 Added support for horizontal color legends and center top/bottom positions
Legends can now be set to horizontal by the cee::ug::ScalarSettings::setLegendDirection()
method.
...
Version CDC 3.6.0
Bug
CAE-175 setForceTickMarkLinesToCoverLegend(true) does not work when tick marks are left aligned
...
Added methods for manipulating result calculators in DataSourceInterface. See documentation for more info.
Version CDC 3.5.0
Bug
CAE-115 Isovolume issue in higher order elements and undefined midnodes
...