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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | root |
| const occtl_node_id_t * | selections |
| size_t | selection_count |
| int32_t | parallel |
Configuration for occtl_topo_defeature.
| const void* occtl_topo_defeature_options::p_next |
Reserved; set to NULL.
| int32_t occtl_topo_defeature_options::parallel |
0/1. Allow OCCT parallel execution. Default 0.
| occtl_node_id_t occtl_topo_defeature_options::root |
Borrows it. Solid, compsolid, shell, or compound root.
| size_t occtl_topo_defeature_options::selection_count |
Number of entries in selections.
| const occtl_node_id_t* occtl_topo_defeature_options::selections |
Borrows it. Feature topology selections.
| uint32_t occtl_topo_defeature_options::struct_version |
Must be OCCTL_TOPO_DEFEATURE_OPTIONS_VERSION_1.