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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| const occtl_point3_t * | points |
| size_t | point_count |
| int32_t | degree_min |
| int32_t | degree_max |
| double | tolerance |
Info for occtl_prim_make_spline.
Builds a one-edge Wire on a B-spline curve approximating the supplied points.
| int32_t occtl_prim_spline_info::degree_max |
Maximum spline degree (default 8); >= degree_min.
| int32_t occtl_prim_spline_info::degree_min |
Minimum spline degree (default 3).
| const void* occtl_prim_spline_info::p_next |
Reserved; must be NULL.
| size_t occtl_prim_spline_info::point_count |
Length of points.
| const occtl_point3_t* occtl_prim_spline_info::points |
Borrows it. Points to interpolate; >= 2.
| uint32_t occtl_prim_spline_info::struct_version |
Must be OCCTL_PRIM_SPLINE_INFO_VERSION_1.
| double occtl_prim_spline_info::tolerance |
Maximum deviation from the points (default 1.0e-3).