Version CDC 3.8.0 -
Bug
CAE-496 Python: Adding BulkValuesArr and other missing Array classes
This fixes a crash with BulkCalculation.getCutplaneValues()
CAE-493 Particle traces fails to continue into a new part when using displacements
This fixes issues with particle traces on CFD models with moving parts using displacements.
CAE-487 Rare crash and holes for cutting planes computed from Polyhedron
On some very specific models computing a cutting plane would cause a crash on the server as well as producing some holes in polyhedrons and second-order elements.
Story
CAE-513 DataProvider 6.0: Added support for specifying default part colors
You can now specify the default colors of parts from a data provider using the CDPGeometryInfo::addElementGroupInfoWithColor()
or CDPElementGroupInfo::setPartColor()
CAE-505 Parallelization of computing node average and result calculator results
Results from Result Calculators are now computed in parallel as well as all node average computations. This should give a speed-up on multi-core systems.
CAE-497 Added CRCError parameter to CRCResultCalculator::initialize() to be able to communicate an error message to the host application
You can now provide an error message from result calculator initialize() method that can be picked up by the host application.
CAE-490 Disable auto generation of derived results from Ceetron Export
Added Case::setDerivedResultsDisabled()
in Ceetron VTFx Export SDK.
CAE-478 Extend GeometryModel::regionIntersect() to optionally return contained indices within parts
Added GeometryModel::regionIntersectPartItems()
which will return per part the indices of all part items that were intersected by the given screen-spaced region.
...
Version CDC 3.7.0 -
Note: CDC 3.7.x requires data providers built with Ceetron Data Provider Framework (CDP) version 5.x
Bug
CAE-448 RegionIntersect does not work when the the entire region is within an element
...
Version CDC 3.6.0 -
Bug
CAE-175 setForceTickMarkLinesToCoverLegend(true) does not work when tick marks are left aligned
...
Version CDC 3.5.0 -
Bug
CAE-115 Isovolume issue in higher order elements and undefined midnodes
...