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

#include <occtl_topo_build.h>

Collaboration diagram for occtl_topo_make_face_from_wires_auto_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_rep_id_t surface
 
const occtl_node_id_twires
 
size_t wire_count
 
double tolerance
 
double area_tolerance
 

Detailed Description

Options for occtl_topo_make_face_from_wires_auto.

surface is a rep ID referencing a surface node in the graph. Must be valid (not OCCTL_REP_ID_INVALID). wires is a borrowed span of Wire node IDs.

Member Data Documentation

◆ area_tolerance

double occtl_topo_make_face_from_wires_auto_options::area_tolerance

Ambiguity tolerance when ranking candidate outer wires.

◆ p_next

const void* occtl_topo_make_face_from_wires_auto_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_topo_make_face_from_wires_auto_options::struct_version

Must be OCCTL_TOPO_MAKE_FACE_FROM_WIRES_AUTO_OPTIONS_VERSION_1.

◆ surface

occtl_rep_id_t occtl_topo_make_face_from_wires_auto_options::surface

Rep ID of the surface node. Must be valid (not OCCTL_REP_ID_INVALID).

◆ tolerance

double occtl_topo_make_face_from_wires_auto_options::tolerance

Face tolerance and OCCT degenerated-edge tolerance.

◆ wire_count

size_t occtl_topo_make_face_from_wires_auto_options::wire_count

Number of entries in wires.

◆ wires

const occtl_node_id_t* occtl_topo_make_face_from_wires_auto_options::wires

Candidate boundary wires. Borrowed.


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