|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_topo_build.h>

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_rep_id_t | surface |
| const occtl_node_id_t * | wires |
| size_t | wire_count |
| double | tolerance |
| double | area_tolerance |
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.
| double occtl_topo_make_face_from_wires_auto_options::area_tolerance |
Ambiguity tolerance when ranking candidate outer wires.
| const void* occtl_topo_make_face_from_wires_auto_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_make_face_from_wires_auto_options::struct_version |
Must be OCCTL_TOPO_MAKE_FACE_FROM_WIRES_AUTO_OPTIONS_VERSION_1.
| 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).
| double occtl_topo_make_face_from_wires_auto_options::tolerance |
Face tolerance and OCCT degenerated-edge tolerance.
| size_t occtl_topo_make_face_from_wires_auto_options::wire_count |
Number of entries in wires.
| const occtl_node_id_t* occtl_topo_make_face_from_wires_auto_options::wires |
Candidate boundary wires. Borrowed.