OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_curve_intersection_point Struct Reference

#include <occtl_curves.h>

Collaboration diagram for occtl_curve_intersection_point:

Public Attributes

occtl_point3_t point
 
double param_a
 
double param_b
 

Detailed Description

Describes a single intersection point between two curves.

Member Data Documentation

◆ param_a

double occtl_curve_intersection_point::param_a

Parameter on curve A.

◆ param_b

double occtl_curve_intersection_point::param_b

Parameter on curve B.

◆ point

occtl_point3_t occtl_curve_intersection_point::point

Intersection point in 3D.


The documentation for this struct was generated from the following file: