Version C3 4.2.0
Bug
CAE-469 RemoteModel streaming might stop on models with many parts
CAE-464 Markup label attachment arrow heads do not respect LabelDrawMode.ALWAYS_IN_FRONT
CAE-401 ElementVolume in rayPick and queryElementInfo is not adjusted for mode shape or transform
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-378 Node ids in QueryResultMinMaxData do not fall back to undisplaced node ids
CAE-364 sendToCloud assumes response from CeetronCloud is in single chunk
Story
CAE-471 Added a React demo application to the examples in C3
We now have 4 identical examples covering popular frameworks: Angular, React, Vue, Svelte. You can find the examples in the Example folder of the C3 distribution
CAE-460 Add geometry statistics query cee.ug.QueryGeometryStatisticsData
New query to get model statistics like number of elements broken down on element type.
CAE-456 Add option to mrk.PartLabels and PartImageLabel to display attachment line as arrow
CAE-450 Added getResultIdByIdString() and getResultIdStringById() to cee.ug.ModelDirectory
CAE-449 Added handleClientRequest() to CDPDataProvider
The client can now communicate directly with the DataProvider (if used). The client can call RemoteModel.executeDataSourceRequest()
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-393 Add command line parameters to CugComposer for creating JS and Bin bundle files
The CugComposer now has a new parameter to control the output format:
-outputFormat { JSBundle | BinBundle | CugDB (default) }
CAE-392 Create new remote model query for fetching element data cee.ug.QueryElementInfo
A query similar to QueryNodeInfo used to get information about a given list of elements (including element tessellation and element nodes).
...
Version C3 4.1.1
Bug
CAE-399 Add empty CDPResultValueGroup (no result for the part) was not correctly handled
...
Version C3 4.1.0
Bug
CAE-231 QueryGlobalNodePositionsForFrames and QueryNodeScalarResult do not work as expected for mode shape animations
...
See documentation for more info about Result Calculators.
...
Version C3 4.0.0
Bug
CAE-120 CUG: Mesh lines not correct for parts with some expanded beams
...