|
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 | curve |
| occtl_curve2d_tangency_qualifier_t | qualifier |
| occtl_point2_t | point |
| double | tolerance |
Versioned create-info for 2D lines tangent to a curve and passing through a point.
| occtl_rep_id_t occtl_curve2d_line_tangent_through_point_info::curve |
[in] Tangent curve id.
| const void* occtl_curve2d_line_tangent_through_point_info::p_next |
Reserved; must be NULL.
| occtl_point2_t occtl_curve2d_line_tangent_through_point_info::point |
Point the resulting line must pass through.
| occtl_curve2d_tangency_qualifier_t occtl_curve2d_line_tangent_through_point_info::qualifier |
Tangency side qualifier for curve.
| uint32_t occtl_curve2d_line_tangent_through_point_info::struct_version |
Must be OCCTL_CURVE2D_LINE_TANGENT_THROUGH_POINT_INFO_VERSION_1.
| double occtl_curve2d_line_tangent_through_point_info::tolerance |
OCCT angular tolerance for tangency; must be >= 0.