|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Versioned options for shape healing. More...
#include <heal.hpp>


Public Member Functions | |
| Options & | set_mode (Mode m) |
| Options & | set_tolerance (double t) |
| Options & | set_fix_same_parameter (bool v) |
| Options & | set_fix_small_edges (bool v) |
| Options & | set_fix_face_orient (bool v) |
| Options & | set_fix_missing_seam (bool v) |
Additional Inherited Members | |
Public Attributes inherited from occtl_heal_options | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_heal_mode_t | mode |
| double | tolerance |
| int32_t | fix_same_parameter |
| int32_t | fix_small_edges |
| int32_t | fix_face_orient |
| int32_t | fix_missing_seam |
Versioned options for shape healing.
The default constructor calls occtl_heal_options_init; fluent setters return *this so callers can chain: