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

#include <occtl_topo_build.h>

Public Attributes

const char * tag
 
size_t tag_len
 

Detailed Description

Borrowed view of a tag stored on a graph node.

Pointer lifetime is tied to the owning graph metadata. The view is invalidated by tag mutation on the graph, graph mutation that remaps/removes the target node, graph clone/free, or graph compaction.

Member Data Documentation

◆ tag

const char* occtl_tag_view::tag

Borrowed tag bytes; not necessarily NUL-terminated.

◆ tag_len

size_t occtl_tag_view::tag_len

Length of tag in bytes.


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