OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_heal_options Struct Reference

#include <occtl_heal.h>

Inheritance diagram for occtl_heal_options:

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
 

Detailed Description

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.

Member Data Documentation

◆ fix_face_orient

int32_t occtl_heal_options::fix_face_orient

0/1. Default: 1. Fix face-wire orientation.

◆ fix_missing_seam

int32_t occtl_heal_options::fix_missing_seam

0/1. Default: 0. Fix missing seam edges on closed surfaces.

◆ fix_same_parameter

int32_t occtl_heal_options::fix_same_parameter

0/1. Default: 1. Enforce SameParameter on edges.

◆ fix_small_edges

int32_t occtl_heal_options::fix_small_edges

0/1. Default: 1. Fix small edges in wires.

◆ mode

occtl_heal_mode_t occtl_heal_options::mode

Healing mode. Default: OCCTL_HEAL_MODE_STANDARD.

◆ p_next

const void* occtl_heal_options::p_next

Reserved; must be NULL.

◆ struct_version

uint32_t occtl_heal_options::struct_version

Must be OCCTL_HEAL_OPTIONS_VERSION_1.

◆ tolerance

double occtl_heal_options::tolerance

Working tolerance. 0.0 = use OCCT default (Precision::Confusion).


The documentation for this struct was generated from the following file: