|
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 * | shells |
| size_t | shell_count |
Info for occtl_topo_make_solid.
| const void* occtl_topo_make_solid_info::p_next |
Reserved; set to NULL.
| size_t occtl_topo_make_solid_info::shell_count |
Number of entries in shells.
| const occtl_oriented_node_t* occtl_topo_make_solid_info::shells |
Ordered span of (shell, orientation) pairs. Borrowed.
| uint32_t occtl_topo_make_solid_info::struct_version |
Must be OCCTL_TOPO_MAKE_SOLID_INFO_VERSION_1.