|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_mesh.h>
Public Attributes | |
| uint32_t | first_edge |
| uint32_t | edge_count |
| int32_t | is_closed |
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.
| uint32_t occtl_mesh_triangle_component_boundary_chain::edge_count |
Number of ordered edges in this chain.
| uint32_t occtl_mesh_triangle_component_boundary_chain::first_edge |
First edge index in the ordered edge array.
| int32_t occtl_mesh_triangle_component_boundary_chain::is_closed |
1 if the last edge ends at the first edge start node, 0 otherwise.