PyGLImER icon indicating copy to clipboard operation
PyGLImER copied to clipboard

Cross Section Plotter: Raise Error if point is out of bounds

Open lsawade opened this issue 3 years ago • 2 comments

The idea of raising an error, if a point "is not inside the region" is not as simple as I thought it may be. There are a couple of ways we could play this:

  • +/- buffer around the min/max coordinates
  • must be in vicinity of the of the points with a radius of at least ...

Let me know what you think.


Note: I haven't had the error when something was out of bounds so far...

lsawade avatar Aug 31 '21 18:08 lsawade