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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_check_issue:

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
 

Detailed Description

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).

Member Data Documentation

◆ context_node_id

occtl_node_id_t occtl_topo_check_issue::context_node_id

Parent context (e.g. face for edge-in-face), or invalid.

◆ node_id

occtl_node_id_t occtl_topo_check_issue::node_id

Node with the problem.

◆ severity

occtl_topo_check_severity_t occtl_topo_check_issue::severity

Severity classification.

◆ status_bit

uint32_t occtl_topo_check_issue::status_bit

Single bit from the per-level status enum.


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