Package Release Notes
1.6.2
- Bugfix: Fixed ugly nil is not of type cons error when selecting reference parts/assemblies which are not below the study container.
1.6.1
- resolution data type changed to number because it is always in mm
- top level assembly naming fixed when unix style path is used for 3mf import
1.6.0
- Upgrade to libmf 2.1. beta
- culled recursion when checking coedges to avoid stack overflow on unpatched SolidDesigner.exe
1.5.5
- License checks added.
1.5.4
- Error browser too few items due to destructive sorting fixed.
- All measurements turned on for face selection
- debug logging cleaned up
3d-printing:3DP_FOCUS_STUDY_REGION
(Focus on a region of a mesh quality study by showing only items in a specified region of interest (box) or with similar geometry)
Measurement browser extended:
- show all measurements
- more display filters
1.5.2
3d-printing:3DP_FOCUS_STUDY_REGION
(Focus on a region of a mesh quality study by showing only items in a specified region of interest (box) or with similar geometry)
- Dialog extended to allow selection of model geometry matching user defined criteria.
- Sub dialog added to allow convenient browsing of measurement results.
1.5.1
- Incorrect call to
3dp::attach-mf-feature
fixed which was introduced in refactoring. - Module activated when license is activated.
1.5.0
3d-printing:3DP_FOCUS_STUDY_REGION
(Focus on a region of a mesh quality study by showing only items in a specified region of interest (box) or with similar geometry)
- box selector improved to reduce number of false positives.
- Interactive manipulation of detail level.
3d-printing:3DP_MEASURE_MESH_QUALITY
(Measure the quality of a mesh with respect to the part it was derived from)
- Quality study restructured to associate measurement results with individual model faces.
- Additional coloring options
Other
Documentation improvements
1.4.5
- Documentation improvements
- Structure browser menu actions
- show import properties
- show study report
- part/mesh alignment
- region of interest selection
- Consistent naming of mesh analysis dialog:
3d-printing:3DP_MEASURE_MESH_QUALITY
. - Dialog to focus on a region of interest in the mesh study:
3d-printing:3DP_FOCUS_STUDY_REGION
1.4.4
Bugfixes
- Transformation of Study assemblies fixed
- Replaced call to GATHER_FACES dialog by specialized face copy code to avoid scalability issue.
Enhancements
- Add all model faces which have an error facet associated to the model face assembly to
- make inspection and measurements easier
- Added documentation on how to work with the study results
1.4.3
Implemented a container based Mesh Quality Study data structure which contains sub-assemblies with:
- parts containing connected facet groups exceeding the error threshold
- parts containing connected facet groups exceeding the warning threshold
- parts containing CAD model faces which could not be assigned to facets.
1.4.2
- Mesh import: Feature attached to imported mesh so that meshes can be recognized.
- Mesh quality: Unassigned faces captured to face part which is put in to a container under the mesh body
- Mesh quality: mesh part specific show settings (edge off; face transparency).
- Mesh quality: Disallow selecting parts of the wrong type.
1.4.1
- persisted settings loaded when customization is loaded
1.4.0
- Measure mesh quality algorithm redesigned to work with scanned data.
- Measure mesh quality dialog added to user interface.
- documentation update
1.3.2
- Modeling Module Manager intergration
- Packaged with CADM module installer
- Modeling user interface integration (help menu)
1.3.0
- 3mf data import/export added
1.2.2
- Mesh repair improved
- Plane recognition now computes the eigenvalues of the energy matrix to find best fit plane.
- Cylinder fitting based on a gradient descent algorithm added
- Automatic detection of best import resolution implemented.
1.2.0
- Optional loading of STL data as lightweight model.
1.1.0
- Handling of degenerate triangles (slivers) improved.
- Un-reparable triangles removed.
- Priority queue used to improve the detection of planar facet regions.
- Spur edge removal improved
- New configurable parameter
3d-printing:*3dp-face-count-limit*
to enforce data reduction if import model exceeds the face count limit. - Default configuration settings optimized:
3d-printing:*3dp-plane-recognition-enabled*
set to off (NIL
) by default to allow automatic selection of import precision.3d-printing:*3dp-default-recognition-precision*
changed to 0.01 mm to allow import of larger models.3d-printing:*3dp-merge-enabled*
changed to off (NIL
) due to issues described in Known Limitations
1.0.4
- Backport of prototype to standard Modeling 19.
- HP specific optimizations and additions