Skip to content

use radius and normal for hashing cylindrical surfaces

Severin Diederichs requested to merge fix_hash_cylindrical into surface_model

This is another followup to !1024 (merged). The hashing used the normal scaled to the distance to the origin. However, for cylindrical surfaces this does not work, since tubes can have the same common surfaces although their translation is different. Instead, cylindrical surfaces are now only hashed for their radius and their normal.

Merge request reports