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
How to create intersecti on curve of two surfaces
[ Edited ]
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-11-2012 04:52 AM - last edited on 01-30-2012 07:35 AM
I'm trying to do that with Download Free Programs using
intcurve *intcurv = ACIS_NEW intcurve(NULL, -1.0, surf1->equation(), surf2->equation());
But in this occurrence constructor throw an exception.
PS: Let, I don't know any other data except two surfaces.
Re: How to create intersecti on curve of two surfaces
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-12-2012 05:23 AM
hi,
Do you want to intersect two surface ?
if yes, use api_fafa_int. it will give you the intersection edge.
Utpal Das

