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

#include <occtl_topo_types.h>

Public Attributes

uint64_t bits
 

Detailed Description

Session-local identity of a graph node.

Invalidated by graph compaction (introduced in a later phase). For persistent identity use occtl_uid_t. The all-zero value (OCCTL_NODE_ID_INVALID) is the invalid sentinel — check with id.bits == 0.

To query the kind of a node ID, call occtl_graph_node_kind.

Member Data Documentation

◆ bits

uint64_t occtl_node_id::bits

Opaque 64-bit identity.


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