...
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
CAE-109 CugComposer with demo license refuses to convert demo models when a case is specified
CAE-80 cee.ug.HitItem.elementTriangleVertices does not handle mode shape animation
CAE-70 Assert in CUG model with beams with per element results
CAE-66 Improved GeometryModel.regionIntersect() when the vertices are not inside the region
Feature
CAE-142 New Angular example application. See Examples/Angular/angular-example
CAE-141 Added position of closest node in cee.ug.HitItem
CAE-140 Support for mode shape animations in cee.ug.QueryNodeScalarResult
CAE-126 Added setting of mesh color in ConstantRemoteModel
CAE-119 CUG bundle support - Loading CUG models without a REST API server
Added support for loading CUG bundles in Constant Remote Model. 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
)
...
Note: This is a technology preview with all the breaking changes to ConstantRemoteModel as well as a new example to showcase the feature. Generation of CUG bundle files (with CugComposer or CPM) will be available in C3 4.1.
CAE-116 Added caseDescription to CUG SimulationInfo
CAE-104 Add Butterfly to demo models
CAE-72 CugComposer: License key as command line parameter
CAE-65 Compute a cross section of a geometry model
CAE-57 Upgrade to Socket.IO 4.0 for CeeCloudServer (RemoteModel)
Upgraded to Socket IO 4.0 as previous versions had several security issues. 4.0 is not compatible with previous versions, so make sure both server and client are updated (this is always a good practice).