Releases: interactive-instruments/etf-topox
Releases · interactive-instruments/etf-topox
0.9.8 release candidate
This release has been created automatically
0.9.7 release candidate
This release has been created automatically
0.9.6 release candidate
This release has been created automatically
0.9.5 release candidate
This release has been created automatically
4. snapshot
Fix:
- hash collision detection of coordinates. Incorrect, non-existing intersections were reported.
- hole detection: report only one error point
New:
- Parse Surface, MultiSurface, PolyhedralSurface, CompositeSurface
- Avoid and handle fault masking. Only the first error of an error point is exported.
- "Small" holes (less than 3 edges) that may occur when edges intersect are not reported
- version(), detailed-version() functions to provide version information
- diag() function for information about the topology theme (number of edges, collisions, etc.)
3. snapshot
New:
- detection of holes
- detection of free-standing surfaces
- boundary checks
Breaking changes:
The topological-errors() interface has been changed:
let $errors := topox:topological-errors($topoId)/e[@t=
('RING_INTERSECTION', 'HOLE_EMPTY_INTERIOR', 'FREE_STANDING_SURFACE')]
must be replaced with:
let $errors := topox:topological-errors($topoId,
('RING_INTERSECTION', 'HOLE_EMPTY_INTERIOR', 'FREE_STANDING_SURFACE'))
2. snapshot
0.9.2 Error descriptions