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

Public Attributes | |
| const occtl_mesh_triangle_cylinder_component_t * | components |
| size_t | component_count |
| size_t | triangle_count |
| occtl_node_id_t | root |
Borrowed graph-owned cylinder-like component view.
The buffer remains valid until graph is mutated, freed, or occtl_mesh_triangle_cylinder_components is called again on the same graph.
| size_t occtl_mesh_triangle_cylinder_components_view::component_count |
Number of accepted cylinder-like components.
| const occtl_mesh_triangle_cylinder_component_t* occtl_mesh_triangle_cylinder_components_view::components |
Cylinder-like components, length component_count.
| occtl_node_id_t occtl_mesh_triangle_cylinder_components_view::root |
Root used for extraction, or OCCTL_NODE_ID_INVALID for whole graph.
| size_t occtl_mesh_triangle_cylinder_components_view::triangle_count |
Number of analysed triangles.