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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_edge_blend_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t root
 
const occtl_node_id_tedges
 
size_t edge_count
 
double radius
 
int32_t chamfer_mode
 
double chamfer_dist1
 
double chamfer_dist2
 

Detailed Description

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.

Member Data Documentation

◆ chamfer_dist1

double occtl_topo_edge_blend_options::chamfer_dist1

First chamfer distance. Default 0.0.

◆ chamfer_dist2

double occtl_topo_edge_blend_options::chamfer_dist2

Second chamfer distance. Default 0.0.

◆ chamfer_mode

int32_t occtl_topo_edge_blend_options::chamfer_mode

1 = chamfer, 0 = fillet. Default 0.

◆ edge_count

size_t occtl_topo_edge_blend_options::edge_count

Number of entries in edges.

◆ edges

const occtl_node_id_t* occtl_topo_edge_blend_options::edges

Borrows it. Selected Edge NodeIds.

◆ p_next

const void* occtl_topo_edge_blend_options::p_next

Reserved; set to NULL.

◆ radius

double occtl_topo_edge_blend_options::radius

Fillet radius. Default 1.0.

◆ root

occtl_node_id_t occtl_topo_edge_blend_options::root

Borrows it. Shape root to modify.

◆ struct_version

uint32_t occtl_topo_edge_blend_options::struct_version

Must be OCCTL_TOPO_EDGE_BLEND_OPTIONS_VERSION_1.


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