8#ifndef IGL_COPYLEFT_CGAL_REMESH_SELF_INTERSECTIONS_PARAM_H 
    9#define IGL_COPYLEFT_CGAL_REMESH_SELF_INTERSECTIONS_PARAM_H 
   37          bool _detect_only=
false, 
 
   38          bool _first_only=
false,
 
   39          bool _stitch_all=
false,
 
   40          bool _slow_and_more_precise_rounding=
false,
 
 
 
Parameters for SelfIntersectMesh, remesh_self_intersections and remesh_intersections,...
Definition RemeshSelfIntersectionsParam.h:21
 
bool slow_and_more_precise_rounding
whether to use slow and more precise rounding (see assign_scalar)
Definition RemeshSelfIntersectionsParam.h:31
 
RemeshSelfIntersectionsParam(bool _detect_only=false, bool _first_only=false, bool _stitch_all=false, bool _slow_and_more_precise_rounding=false, int _cutoff=1000)
Definition RemeshSelfIntersectionsParam.h:36
 
bool detect_only
avoid constructing intersections results when possible
Definition RemeshSelfIntersectionsParam.h:23
 
bool stitch_all
whether to stitch all resulting constructed elements into a (non-manifold) mesh
Definition RemeshSelfIntersectionsParam.h:29
 
int cutoff
cutoff parameter for box_self_intersection_d (based on some casual testing 1000 works better than 1,...
Definition RemeshSelfIntersectionsParam.h:35
 
bool first_only
return after detecting the first intersection (if first_only==true, then detect_only should also be t...
Definition RemeshSelfIntersectionsParam.h:26