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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| const occtl_point3_t * | points |
| size_t | u_point_count |
| size_t | v_point_count |
| int32_t | is_u_periodic |
Versioned create-info struct for surface interpolation.
Interpolates a B-spline surface passing through the given grid of points. Points are stored row-major: index = u * v_point_count + v. Uses OCCT's GeomAPI_PointsToBSplineSurface internally with uniform parameters.
| int32_t occtl_surface_interpolated_info::is_u_periodic |
0/1. Enables OCCT U-periodic interpolation.
| const void* occtl_surface_interpolated_info::p_next |
Reserved; must be NULL.
| const occtl_point3_t* occtl_surface_interpolated_info::points |
[in] Borrows it; row-major: index = u * v_point_count + v.
| uint32_t occtl_surface_interpolated_info::struct_version |
Must be OCCTL_SURFACE_INTERPOLATED_INFO_VERSION_1.
| size_t occtl_surface_interpolated_info::u_point_count |
Number of point rows in U.
| size_t occtl_surface_interpolated_info::v_point_count |
Number of point columns in V.