struct geode::CutPatchException
#include <cut_exceptions.h> struct CutPatchException: public OpenGeodeException { // fields const Point3D location; index_t invalid_polyhedron; index_t edge_id; SolidCutPatchInfo cut_info; // construction CutPatchException(Point3D location_in); };