|
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 |
| occtl_rep_id_t | basis |
| occtl_vector3_t | offset_dir |
| double | offset |
Versioned create-info struct for an offset curve.
The constructor makes an internal deep copy of the basis curve.
| occtl_rep_id_t occtl_curve_offset_create_info::basis |
[in] Deep-copied internally.
| double occtl_curve_offset_create_info::offset |
Signed offset distance.
| occtl_vector3_t occtl_curve_offset_create_info::offset_dir |
Direction of the offset (must be non-zero).
| const void* occtl_curve_offset_create_info::p_next |
Reserved; must be NULL.
| uint32_t occtl_curve_offset_create_info::struct_version |
Must be OCCTL_CURVE_OFFSET_CREATE_INFO_VERSION_1.