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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| const occtl_point3_t * | poles |
| size_t | pole_count |
| const double * | weights |
Versioned create-info struct for Bezier curve construction.
| const void* occtl_curve_bezier_create_info::p_next |
Reserved; must be NULL.
| size_t occtl_curve_bezier_create_info::pole_count |
Number of poles; must be >= 2.
| const occtl_point3_t* occtl_curve_bezier_create_info::poles |
[in] Borrows it; count = pole_count.
| uint32_t occtl_curve_bezier_create_info::struct_version |
Must be OCCTL_CURVE_BEZIER_CREATE_INFO_VERSION_1.
| const double* occtl_curve_bezier_create_info::weights |
[in] Borrows it; count = pole_count when non-NULL. NULL -> non-rational.