|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_heal.h>

Public Attributes | |
| 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.
Call occtl_heal_options_init for a runtime fill; use OCCTL_HEAL_OPTIONS_INIT for static zero-cost initialisation. Pass NULL as the options argument to occtl_heal_shape to accept every default.
| int32_t occtl_heal_options::fix_face_orient |
0/1. Default: 1. Fix face-wire orientation.
| int32_t occtl_heal_options::fix_missing_seam |
0/1. Default: 0. Fix missing seam edges on closed surfaces.
| int32_t occtl_heal_options::fix_same_parameter |
0/1. Default: 1. Enforce SameParameter on edges.
| int32_t occtl_heal_options::fix_small_edges |
0/1. Default: 1. Fix small edges in wires.
| occtl_heal_mode_t occtl_heal_options::mode |
Healing mode. Default: OCCTL_HEAL_MODE_STANDARD.
| const void* occtl_heal_options::p_next |
Reserved; must be NULL.
| uint32_t occtl_heal_options::struct_version |
Must be OCCTL_HEAL_OPTIONS_VERSION_1.
| double occtl_heal_options::tolerance |
Working tolerance. 0.0 = use OCCT default (Precision::Confusion).