|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_topo_build.h>
Public Attributes | |
| const char * | tag |
| size_t | tag_len |
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.
| const char* occtl_tag_view::tag |
Borrowed tag bytes; not necessarily NUL-terminated.
| size_t occtl_tag_view::tag_len |
Length of tag in bytes.