|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_topo_build.h>

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| const occtl_oriented_node_t * | children |
| size_t | child_count |
Info for occtl_topo_make_compound.
| size_t occtl_topo_make_compound_info::child_count |
Number of entries in children.
| const occtl_oriented_node_t* occtl_topo_make_compound_info::children |
Ordered span of (child, orientation) pairs. Borrowed.
| const void* occtl_topo_make_compound_info::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_make_compound_info::struct_version |
Must be OCCTL_TOPO_MAKE_COMPOUND_INFO_VERSION_1.