Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Edge Self Intersecti on problem
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-15-2011 05:24 PM
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.

