TABLE OF CONTENTS
- This Release
- Enhancements
- Database Updates
-
Fixes to Known Issues
- Custom Gasket Finish Colour IDs Now Persisted and Remapped Correctly
- Editing template frame in copied quote, changes template frame in source quote
- Text edit shortcuts disabled while drawing board open
- CTE query failing on report printing
- Quote IGU Structure tab Does Not Report Correct Total Thickness
This Release
This release of V6 introduces few enhancements and fixes a few issues.
Enhancement
| Details | Reference | |
|---|---|---|
| 1. |
Allow to search resources in quote's BOM Requirement: As a DB developer I would like to use the search resources functionality to search in the quote's BOM as well. This will allow us to identify in which quotes specific resources are used. Implementation:
|
228255 |
| 2. |
Set default colours for X3D exported files Requirement: As a V6 user I want the background colours for the X3D image export to be changed so that the exported images look a lot better than when the current default colours are used. Implementation: 1. Automatic Pastel Background Selection The exporter now automatically selects a contrasting pastel background based on the average diffuse color of model geometry.
2. Automatic Viewpoint Centering The exporter now computes and applies an optimal camera viewpoint so the full model is centered and visible on load.
Important Usage Note Both enhancements are applied during finalization. FinalizeOutput must be called before saving the file to ensure background and viewpoint values are correctly generated. If omitted, default placeholder values will be used. |
228203 |
| 3. |
Error Reporting Framework Update and Enhanced Usability Requirement: As a user, I want a simplified and consistent error reporting experience with the ability to easily share error details, so that I can efficiently document and communicate issues without managing additional configuration settings.
Implementation:
|
228306 |
Database Updates
No Database updates
Fixes to Known Issues
Details |
Issue Reported/Introduced in Version |
Reference |
|
|---|---|---|---|
| 1. |
Custom Gasket Finish Colour IDs Now Persisted and Remapped Correctly Symptom: A gasket on an assembly allows the operator to choose a finish colour (Fincol1, Fincol2, etc.) or select a Custom finish colour from the colour list. This incorrect mapping caused validation errors when attempting to add a frame to a quote. As a result, users could not proceed with quoting operations due to mismatched or missing Gasket Finish Colour references after the library import. Resolution: V6 will now store both the ID and LIB_ID for Custom-selected gasket colours in the ASSY_HOOK_GASKET table. |
3.80.64.1038 |
226596 |
| 2. |
Editing template frame in copied quote, changes template frame in source quote Symptom: Editing a template frame in a copied quote updated the template in the original/source quote. When users copied a quote and modified a nested frame within the template in the copy, those changes were unintentionally applied back to the original quote’s template. Resolution: The code has been amended to ensure template frames are safely duplicated for copied quotes, preventing changes in the copy from affecting the source quote. |
3.80.62.1016 |
227858 |
| 3. |
Text edit shortcuts disabled while drawing board open Symptom: A user was unable to perform standard text actions paste (Ctrl+V), copy (Ctrl+C), and delete (Delete key) within the editor and picker search boxes. This issue occurred only when the Assembly Drawing board was open in a separate window. Resolution: The code has been amended to fix the issue. The solution introduces an additional layer on top of the existing code to properly capture keystrokes, ensuring that all actions (copy, paste, and delete) are now working as expected. |
3.80.0.14143, 1.10.0.14153 |
227305 |
| 4. |
CTE query failing on report printing Symptom: Reports containing CTE (Common Table Expression) SQL queries failed to generate when previewed from the Report Designer or run via the User Reports menu, even though the same queries executed successfully through Manage Queries in the SQL Editor. Resolution: Updated the report execution pipeline to correctly handle CTE-based SQL queries during report preview and runtime. |
1.10.80.1014 |
228304 |
| 5. |
Quote IGU Structure tab Does Not Report Correct Total Thickness Symptom: Previously, the “Total Thickness” field in Quote IGU → Structure displayed the calculated IGU thickness but excluded any thickness contributed by layers configured using a substitution formula. Because formula‑driven layer thicknesses are only evaluated when the IGU is placed into a frame and may differ across instances showing a single total thickness at the Quote IGU level was misleading. Resolution: The system now hides the “Total Thickness” field whenever any IGU layer is defined as a formula type, preventing incorrect or incomplete thickness values from appearing. |
1.10.77.1013 |
228045 |