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

Public Attributes | |
| occtl_point3_t | point |
| double | param_a |
| double | param_b |
Describes a single intersection point between two curves.
| double occtl_curve_intersection_point::param_a |
Parameter on curve A.
| double occtl_curve_intersection_point::param_b |
Parameter on curve B.
| occtl_point3_t occtl_curve_intersection_point::point |
Intersection point in 3D.