|
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_surface_boundary_curves_create_info_t | surface |
| double | tolerance |
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.
| const void* occtl_prim_face_from_boundary_curves_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_prim_face_from_boundary_curves_options::struct_version |
Must be OCCTL_PRIM_FACE_FROM_BOUNDARY_CURVES_OPTIONS_VERSION_1.
| occtl_surface_boundary_curves_create_info_t occtl_prim_face_from_boundary_curves_options::surface |
Boundary-curve surface construction options.
| double occtl_prim_face_from_boundary_curves_options::tolerance |
OCCT face-building tolerance. Default 1e-6.