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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | root |
| occtl_point3_t | point |
| occtl_direction3_t | normal |
| occtl_topo_split_keep_t | keep |
Configuration for occtl_topo_make_split_by_plane.
| occtl_topo_split_keep_t occtl_topo_split_by_plane_options::keep |
Which side(s) to keep. Default ALL.
| occtl_direction3_t occtl_topo_split_by_plane_options::normal |
Normal direction of the splitting plane.
| const void* occtl_topo_split_by_plane_options::p_next |
Reserved; set to NULL.
| occtl_point3_t occtl_topo_split_by_plane_options::point |
Point on the splitting plane.
| occtl_node_id_t occtl_topo_split_by_plane_options::root |
Shape root to split.
| uint32_t occtl_topo_split_by_plane_options::struct_version |
Must be OCCTL_TOPO_SPLIT_BY_PLANE_OPTIONS_VERSION_1.