Skip to content

Added tolerance strategy to coordinate projection and merge tolerances

The filter uses two tolerances: a projection tolerance (to project the imprint onto the target); and a merge tolerance (to merge nearly coincident points). The relationship between them needs to be managed to produce consistent, correct results. The tolerance strategy is used to relate these two tolerances.

Merge request reports