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

#include <occtl_prim_feature.h>

Collaboration diagram for occtl_prim_face_from_surface_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_rep_id_t surface_id
 
occtl_node_id_t outer_wire
 
const occtl_node_id_tinner_wires
 
size_t inner_wire_count
 
double tolerance
 

Detailed Description

Configuration for occtl_prim_make_face_from_surface.

Builds a Face from a surface rep and optional boundary wires. When outer_wire is invalid, no boundary wires may be supplied and OCCT builds a face from the surface's natural bounds. When outer_wire is valid, it is used as the outer boundary and inner_wires, if any, are added as holes.

Member Data Documentation

◆ inner_wire_count

size_t occtl_prim_face_from_surface_options::inner_wire_count

Number of entries in inner_wires.

◆ inner_wires

const occtl_node_id_t* occtl_prim_face_from_surface_options::inner_wires

Borrows it. Optional inner Wire array.

◆ outer_wire

occtl_node_id_t occtl_prim_face_from_surface_options::outer_wire

Borrows it. Optional outer Wire, or invalid for natural bounds.

◆ p_next

const void* occtl_prim_face_from_surface_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_prim_face_from_surface_options::struct_version

Must be OCCTL_PRIM_FACE_FROM_SURFACE_OPTIONS_VERSION_1.

◆ surface_id

occtl_rep_id_t occtl_prim_face_from_surface_options::surface_id

Rep ID of the surface in the graph.

◆ tolerance

double occtl_prim_face_from_surface_options::tolerance

OCCT face-building tolerance. Default 1e-6.


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