UF_CURVE_intersect_info_s (view source)
 
Defined in: uf_curve.h
 
Also known as:
 
Overview
structure containing output intersection information
for UF_CURVE_intersect.

Parameter values are in natural parameter space.


Data Members

type_of_intersection
int
type of intersection found
= 0 -> none
= 1 -> 3D intersection
= 2 -> 2D intersection

curve_point [ 3 ]
double
intersection point coordinates
on curve

curve_parm
double
parameter value of intersection
point on curve

entity_parms [ 2 ]
double
parameter value(s) of intersection
point on entity, both values
are valid when the entity is a
body or face, neither value is
valid for a plane or datum plane,
otherwise only the first value is
used