|
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 * | faces |
| size_t | face_count |
| int32_t | is_closed |
Info for occtl_topo_make_shell.
| size_t occtl_topo_make_shell_info::face_count |
Number of entries in faces.
| const occtl_oriented_node_t* occtl_topo_make_shell_info::faces |
Ordered span of (face, orientation) pairs. Borrowed.
| int32_t occtl_topo_make_shell_info::is_closed |
Set to 1 if the shell is watertight.
| const void* occtl_topo_make_shell_info::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_make_shell_info::struct_version |
Must be OCCTL_TOPO_MAKE_SHELL_INFO_VERSION_1.