|
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_node_id_t * | edges |
| size_t | edge_count |
| double | radius |
| int32_t | chamfer_mode |
| double | chamfer_dist1 |
| double | chamfer_dist2 |
Configuration for occtl_topo_blend_edges.
When chamfer_mode is 0, every selected edge receives a constant-radius fillet using radius. When chamfer_mode is 1, every selected edge receives a chamfer using chamfer_dist1 and chamfer_dist2.
| double occtl_topo_edge_blend_options::chamfer_dist1 |
First chamfer distance. Default 0.0.
| double occtl_topo_edge_blend_options::chamfer_dist2 |
Second chamfer distance. Default 0.0.
| int32_t occtl_topo_edge_blend_options::chamfer_mode |
1 = chamfer, 0 = fillet. Default 0.
| size_t occtl_topo_edge_blend_options::edge_count |
Number of entries in edges.
| const occtl_node_id_t* occtl_topo_edge_blend_options::edges |
Borrows it. Selected Edge NodeIds.
| const void* occtl_topo_edge_blend_options::p_next |
Reserved; set to NULL.
| double occtl_topo_edge_blend_options::radius |
Fillet radius. Default 1.0.
| occtl_node_id_t occtl_topo_edge_blend_options::root |
Borrows it. Shape root to modify.
| uint32_t occtl_topo_edge_blend_options::struct_version |
Must be OCCTL_TOPO_EDGE_BLEND_OPTIONS_VERSION_1.