formZ SDK | 5.0 API Reference | System | Nurbs Curve
Description
Intersect two NURBS curves and return intersection parameters
Plugin Prototype
fzrt_error_td fz_ncrv_intersect_2_crvs_func(
crv1, | |
crv2, | |
fzrt_int * | n_intr, |
double ** | intr_tt1, |
double ** | intr_tt2 ) |
Parameters
crv1 [Input]
NURBS curve 1
crv2 [Input]
NURBS curve 2
n_intr [Result]
Number of intersections
intr_tt1 [Result]
Intersection parameters on curve 1
intr_tt2 [Result]
Intersection parameters on curve 2
Returns
Error codes
Availability
5.0.0.0
Example Files
Function Set
Defined in