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

Public Attributes | |
| occtl_node_id_t | node_id |
| occtl_node_id_t | context_node_id |
| uint32_t | status_bit |
| occtl_topo_check_severity_t | severity |
Structured diagnostic record produced by occtl_topo_check.
Mirrors BRepGraphCheck_Issue. status_bit is a single power-of-2 value from one of OCCT's per-topology-level status enums (the caller's responsibility to map by NodeId kind via occtl_graph_node_kind).
| occtl_node_id_t occtl_topo_check_issue::context_node_id |
Parent context (e.g. face for edge-in-face), or invalid.
| occtl_node_id_t occtl_topo_check_issue::node_id |
Node with the problem.
| occtl_topo_check_severity_t occtl_topo_check_issue::severity |
Severity classification.
| uint32_t occtl_topo_check_issue::status_bit |
Single bit from the per-level status enum.