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

#include <occtl_prim_feature.h>

Collaboration diagram for occtl_prim_face_from_point_grid_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_surface_point_grid_create_info_t surface
 
double tolerance
 

Detailed Description

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.

Member Data Documentation

◆ p_next

const void* occtl_prim_face_from_point_grid_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_prim_face_from_point_grid_options::struct_version

Must be OCCTL_PRIM_FACE_FROM_POINT_GRID_OPTIONS_VERSION_1.

◆ surface

occtl_surface_point_grid_create_info_t occtl_prim_face_from_point_grid_options::surface

Point-grid surface construction options.

◆ tolerance

double occtl_prim_face_from_point_grid_options::tolerance

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


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