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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_face_to_arcs_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t source
 
double angular_tolerance
 

Detailed Description

Configuration for occtl_topo_face_to_arcs.

Member Data Documentation

◆ angular_tolerance

double occtl_topo_face_to_arcs_options::angular_tolerance

Arc/segment approximation angular tolerance. Default 1.0e-3.

◆ p_next

const void* occtl_topo_face_to_arcs_options::p_next

Reserved; set to NULL.

◆ source

occtl_node_id_t occtl_topo_face_to_arcs_options::source

Borrows it. Face or closed planar Wire to convert.

◆ struct_version

uint32_t occtl_topo_face_to_arcs_options::struct_version

Must be OCCTL_TOPO_FACE_TO_ARCS_OPTIONS_VERSION_1.


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