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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_rep_id_t | basis |
| double | u_first |
| double | u_last |
| int32_t | sense |
Versioned create-info struct for a trimmed curve (3D or 2D).
The constructor makes an internal deep copy of the basis curve; basis may be freed after the call returns.
| occtl_rep_id_t occtl_curve_trimmed_create_info::basis |
[in] Deep-copied internally.
| const void* occtl_curve_trimmed_create_info::p_next |
Reserved; must be NULL.
| int32_t occtl_curve_trimmed_create_info::sense |
1 = same orientation as basis; -1 = reversed.
| uint32_t occtl_curve_trimmed_create_info::struct_version |
Must be OCCTL_CURVE_TRIMMED_CREATE_INFO_VERSION_1.
| double occtl_curve_trimmed_create_info::u_first |
Start parameter on the basis curve.
| double occtl_curve_trimmed_create_info::u_last |
End parameter on the basis curve; must be > u_first.