hannobraun/fornjot

Make background validation performed by `Services` configurable

hannobraun opened this issue · 2 comments

Validation uses parameters defined in ValidationConfig to determine whether close-by objects are considered coincident or not. However, this is not exposed through the Services API, which is the main way of using validation.

It should be possible to override the configuration used by Services in some way.

I think this might be a good first issue for anyone interested in getting involved. Here's some more explanation and guidance on how to get this done:

If anyone still has questions, please don't hesitate to ask!

Addressed in #2150.