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

#include <occtl_prim_feature.h>

Collaboration diagram for occtl_prim_face_from_boundary_curves_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_surface_boundary_curves_create_info_t surface
 
double tolerance
 

Detailed Description

Configuration for occtl_prim_make_face_from_boundary_curves.

Builds a B-spline surface from two, three, or four contiguous boundary curves and inserts a Face using the generated surface's natural bounds.

Member Data Documentation

◆ p_next

const void* occtl_prim_face_from_boundary_curves_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_prim_face_from_boundary_curves_options::struct_version

Must be OCCTL_PRIM_FACE_FROM_BOUNDARY_CURVES_OPTIONS_VERSION_1.

◆ surface

occtl_surface_boundary_curves_create_info_t occtl_prim_face_from_boundary_curves_options::surface

Boundary-curve surface construction options.

◆ tolerance

double occtl_prim_face_from_boundary_curves_options::tolerance

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


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