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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | wire |
| double | min_length |
Options for occtl_topo_wire_fix_degenerate.
The operation detaches coedge usages whose underlying Edge has OCCT length less than or equal to min_length. The Edge and Vertex definitions remain in the graph for other users.
| double occtl_topo_wire_fix_degenerate_edges_options::min_length |
Remove edge usages with length <= this value.
| const void* occtl_topo_wire_fix_degenerate_edges_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_wire_fix_degenerate_edges_options::struct_version |
Must be OCCTL_TOPO_WIRE_FIX_DEGENERATE_EDGES_OPTIONS_VERSION_1.
| occtl_node_id_t occtl_topo_wire_fix_degenerate_edges_options::wire |
Wire node ID to repair in place.