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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_defeature_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t root
 
const occtl_node_id_tselections
 
size_t selection_count
 
int32_t parallel
 

Detailed Description

Configuration for occtl_topo_defeature.

Member Data Documentation

◆ p_next

const void* occtl_topo_defeature_options::p_next

Reserved; set to NULL.

◆ parallel

int32_t occtl_topo_defeature_options::parallel

0/1. Allow OCCT parallel execution. Default 0.

◆ root

occtl_node_id_t occtl_topo_defeature_options::root

Borrows it. Solid, compsolid, shell, or compound root.

◆ selection_count

size_t occtl_topo_defeature_options::selection_count

Number of entries in selections.

◆ selections

const occtl_node_id_t* occtl_topo_defeature_options::selections

Borrows it. Feature topology selections.

◆ struct_version

uint32_t occtl_topo_defeature_options::struct_version

Must be OCCTL_TOPO_DEFEATURE_OPTIONS_VERSION_1.


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