Version CDC 3.6.0
Bug
CAE-175 setForceTickMarkLinesToCoverLegend(true) does not work when tick marks are left aligned
Feature
CAE-235 Optimized cee::exp::ExportConstantRemoteModel to use more optimal chunks
CAE-204 Added ug.VectorSettings.drawMaxCount to limit the number of vectors drawn
CAE-203 DemoApps: Fixed show/hide overlay items
CAE-180 Colorlegend: Create properties for force tickmark lines and tickmark alignment
CAE-177 Create CUG bundles using CPM and embed or static host CUG models in C3
Implemented support for creating CUG bundles using CeeExport module in CDC.ExportConstantRemoteModel
can now export to binary CUG bundles and Javascript CUG bundles, as well as the old CUG database format.
CUG bundles can be either downloaded as a static resource, opened as a local file or encoded as a JavaScript object. A CUG bundle is a single file, either containing binary data (cugbundle.bin
) or encoded into a JavaScript object (cugbundle.js
). If encoded as a JavaScript object, the model can be embedded into a single HTML page to create a standalone 3D result visualization without any server requirement
CAE-169 Improved performance when adding many states
CAE-163 Added settings for OverlayColorLegend Marker spacing and height
CAE-143 C#: Add CeeApp component to distribution
CAE-136 Improve scalar mapping for color mappers with very uneven levels
CAE-118 Find the specific key result values and its node and element ID
CAE-26 Result Calculators in CDC
Added support for result calculators in CDC. The Result Calculator Framework can be used to create result calculators as plugins (dll/so/dylib) that can be loaded into a CDC based application.
The Result Calculator Framework (CRC) has been refactored to support multiple calculator instances from a single calculator (dll/so/dylib).
Added methods for manipulating result calculators in DataSourceInterface. See documentation for more info.
0 Comments