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

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_t * | inner_wires |
| size_t | inner_wire_count |
| double | tolerance |
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.
| size_t occtl_prim_face_from_surface_options::inner_wire_count |
Number of entries in inner_wires.
| const occtl_node_id_t* occtl_prim_face_from_surface_options::inner_wires |
Borrows it. Optional inner Wire array.
| occtl_node_id_t occtl_prim_face_from_surface_options::outer_wire |
Borrows it. Optional outer Wire, or invalid for natural bounds.
| const void* occtl_prim_face_from_surface_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_prim_face_from_surface_options::struct_version |
Must be OCCTL_PRIM_FACE_FROM_SURFACE_OPTIONS_VERSION_1.
| occtl_rep_id_t occtl_prim_face_from_surface_options::surface_id |
Rep ID of the surface in the graph.
| double occtl_prim_face_from_surface_options::tolerance |
OCCT face-building tolerance. Default 1e-6.