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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_split_by_plane_options:

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
 

Detailed Description

Configuration for occtl_topo_make_split_by_plane.

Member Data Documentation

◆ keep

occtl_topo_split_keep_t occtl_topo_split_by_plane_options::keep

Which side(s) to keep. Default ALL.

◆ normal

occtl_direction3_t occtl_topo_split_by_plane_options::normal

Normal direction of the splitting plane.

◆ p_next

const void* occtl_topo_split_by_plane_options::p_next

Reserved; set to NULL.

◆ point

occtl_point3_t occtl_topo_split_by_plane_options::point

Point on the splitting plane.

◆ root

occtl_node_id_t occtl_topo_split_by_plane_options::root

Shape root to split.

◆ struct_version

uint32_t occtl_topo_split_by_plane_options::struct_version

Must be OCCTL_TOPO_SPLIT_BY_PLANE_OPTIONS_VERSION_1.


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