Home
Reply
Contributor
cylo
Posts: 11

Edge Self Intersection problem

I have found a very strange error about the interface api_ed_self_inters.

First I have create a 1 degree spline curve by outcome

EDGE* polyline;

result = api_mk_ed_int_ctrlpts(1, 0, 0, 0, 4, interpolatedPoints2, weight, 1.0e-6, 4, knots, 1.0e-6,  polyline);

Then I want to use the api_ed_self_inters to find the self intersection point. However, the ACIS pop up an error message:

ACIS ERROR 6015: Access violation.

So I want to know: how to use the self intersection calculation interface.