Home
Reply
New Visitor
lespuprawu
Posts: 1

How to create intersection curve of two surfaces

[ Edited ]

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.

Contributor
utpalstone
Posts: 14

Re: How to create intersection curve of two surfaces

hi,

 

Do you want to intersect two surface ?

if yes, use api_fafa_int. it will give you the intersection edge.

Utpal Das