|
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_point_grid_create_info_t | surface |
| double | tolerance |
Configuration for occtl_prim_make_face_from_point_grid.
Builds a B-spline surface from a row-major point grid and inserts a Face using the generated surface's natural bounds. This is the graph-facing counterpart to occtl_surface_create_from_point_grid.
| const void* occtl_prim_face_from_point_grid_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_prim_face_from_point_grid_options::struct_version |
Must be OCCTL_PRIM_FACE_FROM_POINT_GRID_OPTIONS_VERSION_1.
| occtl_surface_point_grid_create_info_t occtl_prim_face_from_point_grid_options::surface |
Point-grid surface construction options.
| double occtl_prim_face_from_point_grid_options::tolerance |
OCCT face-building tolerance. Default 1e-6.