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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_section_by_planes_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t root
 
const occtl_topo_section_plane_tplanes
 
size_t plane_count
 
int32_t approximate
 
int32_t compute_pcurves_on_root
 
int32_t compute_pcurves_on_plane
 

Detailed Description

Member Data Documentation

◆ approximate

int32_t occtl_topo_section_by_planes_options::approximate

0/1. Approximate generated section curves. Default 1.

◆ compute_pcurves_on_plane

int32_t occtl_topo_section_by_planes_options::compute_pcurves_on_plane

0/1. Attach pcurves on the plane tool when possible.

◆ compute_pcurves_on_root

int32_t occtl_topo_section_by_planes_options::compute_pcurves_on_root

0/1. Attach pcurves on the source shape when possible.

◆ p_next

const void* occtl_topo_section_by_planes_options::p_next

Reserved; set to NULL.

◆ plane_count

size_t occtl_topo_section_by_planes_options::plane_count

Number of entries in planes.

◆ planes

const occtl_topo_section_plane_t* occtl_topo_section_by_planes_options::planes

Borrows it. Section plane array.

◆ root

occtl_node_id_t occtl_topo_section_by_planes_options::root

Shape root to section.

◆ struct_version

uint32_t occtl_topo_section_by_planes_options::struct_version

Must be OCCTL_TOPO_SECTION_BY_PLANES_OPTIONS_VERSION_1.


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