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

#include <occtl_topo_build.h>

Collaboration diagram for occtl_topo_make_wire_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
const occtl_oriented_node_tedges
 
size_t edge_count
 

Detailed Description

Info for occtl_topo_make_wire.

edges is a borrowed span of (edge, orientation) pairs; the graph copies during construction. NULL is valid only when edge_count is 0.

Member Data Documentation

◆ edge_count

size_t occtl_topo_make_wire_info::edge_count

Number of entries in edges.

◆ edges

const occtl_oriented_node_t* occtl_topo_make_wire_info::edges

Ordered span of (edge, orientation) pairs. Borrowed.

◆ p_next

const void* occtl_topo_make_wire_info::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_topo_make_wire_info::struct_version

Must be OCCTL_TOPO_MAKE_WIRE_INFO_VERSION_1.


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