What is your question?
Currently, GemPy defines the modeling domain using a rectangular bounding box (xmin/xmax/ymin/ymax/zmin/zmax). However, many real-world applications require modeling geology within irregular, user-defined volumes (e.g., fault-bounded blocks, mineralized zones, or custom survey areas)
I propose supporting custom 3D domains via vertex-defined polyhedrons or file imports (VTK/JSON). This would confine interpolation to specified boundaries, avoiding inefficient post-processing cropping. While workarounds exist (e.g., external clipping), native support would streamline workflows. Is this feasible in current/future versions?