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

#include <occtl_topo_build.h>

Collaboration diagram for occtl_topo_wire_fix_degenerate_edges_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t wire
 
double min_length
 

Detailed Description

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.

Member Data Documentation

◆ min_length

double occtl_topo_wire_fix_degenerate_edges_options::min_length

Remove edge usages with length <= this value.

◆ p_next

const void* occtl_topo_wire_fix_degenerate_edges_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_topo_wire_fix_degenerate_edges_options::struct_version

Must be OCCTL_TOPO_WIRE_FIX_DEGENERATE_EDGES_OPTIONS_VERSION_1.

◆ wire

occtl_node_id_t occtl_topo_wire_fix_degenerate_edges_options::wire

Wire node ID to repair in place.


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