ukaea / overlap_checker

A growing collection of tools to process CAD geometries for use in modelling workflows.
GNU General Public License v2.0
3 stars 1 forks source link

report issues found while running overlap_collector back to user #1

Open smason opened 2 years ago

smason commented 2 years ago

if the operation failed, we should be reporting warnings and errors back as these probably indicate an issue with the input geometry that could turn out to be useful to the user

Helen's step file using broken sectioning code causes some internal errors to get set, which might be nice for testing!

smason commented 2 years ago

might be nice to report warnings even in the case of success, maybe at debug level as they don't seem to have much effect

smason commented 2 years ago

Colin's data file M31202352_A.stp has errors, need to run with --no-check-geometry

Might want to add a flag that still checks, but doesn't fail on errors

or maybe use exit codes better so we can differentiate between these cases