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

#include <occtl_mesh.h>

Public Attributes

uint32_t first_edge
 
uint32_t edge_count
 
int32_t is_closed
 

Detailed Description

Ordered boundary chain descriptor for one triangle component.

Chains index into the ordered edge array returned by occtl_mesh_triangle_component_boundary_chains. A closed chain has matching end/start nodes; an open chain represents a non-manifold or open mesh boundary.

Member Data Documentation

◆ edge_count

uint32_t occtl_mesh_triangle_component_boundary_chain::edge_count

Number of ordered edges in this chain.

◆ first_edge

uint32_t occtl_mesh_triangle_component_boundary_chain::first_edge

First edge index in the ordered edge array.

◆ is_closed

int32_t occtl_mesh_triangle_component_boundary_chain::is_closed

1 if the last edge ends at the first edge start node, 0 otherwise.


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