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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_rep_id_t | basis |
| double | offset |
Versioned create-info for a 2D offset curve.
2D offset curves are always perpendicular to the basis curve in the parametric plane; only a scalar offset is needed (no direction).
| occtl_rep_id_t occtl_curve2d_offset_create_info::basis |
[in] Basis curve rep id.
| double occtl_curve2d_offset_create_info::offset |
Signed offset distance.
| const void* occtl_curve2d_offset_create_info::p_next |
Reserved; must be NULL.
| uint32_t occtl_curve2d_offset_create_info::struct_version |
Must be OCCTL_CURVE2D_OFFSET_CREATE_INFO_VERSION_1.