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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_filling_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
const occtl_node_id_tedges
 
size_t edge_count
 
occtl_topo_filling_continuity_t continuity
 
int32_t degree
 
int32_t point_count_on_curve
 
int32_t iteration_count
 
int32_t anisotropic
 
double tolerance_2d
 
double tolerance_3d
 
double angular_tolerance
 
double curvature_tolerance
 
int32_t max_degree
 
int32_t max_segments
 

Detailed Description

Configuration for occtl_topo_make_filling.

Member Data Documentation

◆ angular_tolerance

double occtl_topo_filling_options::angular_tolerance

Angular constraint tolerance. Default 1.0e-2.

◆ anisotropic

int32_t occtl_topo_filling_options::anisotropic

0/1. Improve elongated surface handling. Default 0.

◆ continuity

occtl_topo_filling_continuity_t occtl_topo_filling_options::continuity

Boundary continuity. Default C0.

◆ curvature_tolerance

double occtl_topo_filling_options::curvature_tolerance

Curvature constraint tolerance. Default 1.0e-1.

◆ degree

int32_t occtl_topo_filling_options::degree

Energy criterion degree. Default 3.

◆ edge_count

size_t occtl_topo_filling_options::edge_count

Number of entries in edges.

◆ edges

const occtl_node_id_t* occtl_topo_filling_options::edges

Borrows it. Ordered boundary Edge NodeIds.

◆ iteration_count

int32_t occtl_topo_filling_options::iteration_count

Solver iterations. Default 2.

◆ max_degree

int32_t occtl_topo_filling_options::max_degree

Maximum approximation degree. Default 8.

◆ max_segments

int32_t occtl_topo_filling_options::max_segments

Maximum approximation segments. Default 9.

◆ p_next

const void* occtl_topo_filling_options::p_next

Reserved; set to NULL.

◆ point_count_on_curve

int32_t occtl_topo_filling_options::point_count_on_curve

Discretisation points per curve. Default 15.

◆ struct_version

uint32_t occtl_topo_filling_options::struct_version

Must be OCCTL_TOPO_FILLING_OPTIONS_VERSION_1.

◆ tolerance_2d

double occtl_topo_filling_options::tolerance_2d

2D constraint tolerance. Default 1.0e-5.

◆ tolerance_3d

double occtl_topo_filling_options::tolerance_3d

3D constraint tolerance. Default 1.0e-4.


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