|
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 |
| const occtl_topo_section_plane_t * | planes |
| size_t | plane_count |
| int32_t | approximate |
| int32_t | compute_pcurves_on_root |
| int32_t | compute_pcurves_on_plane |
Configuration for occtl_topo_make_sections_by_planes.
| int32_t occtl_topo_section_by_planes_options::approximate |
0/1. Approximate generated section curves. Default 1.
| int32_t occtl_topo_section_by_planes_options::compute_pcurves_on_plane |
0/1. Attach pcurves on the plane tool when possible.
| int32_t occtl_topo_section_by_planes_options::compute_pcurves_on_root |
0/1. Attach pcurves on the source shape when possible.
| const void* occtl_topo_section_by_planes_options::p_next |
Reserved; set to NULL.
| size_t occtl_topo_section_by_planes_options::plane_count |
Number of entries in planes.
| const occtl_topo_section_plane_t* occtl_topo_section_by_planes_options::planes |
Borrows it. Section plane array.
| occtl_node_id_t occtl_topo_section_by_planes_options::root |
Shape root to section.
| uint32_t occtl_topo_section_by_planes_options::struct_version |
Must be OCCTL_TOPO_SECTION_BY_PLANES_OPTIONS_VERSION_1.