Home
Reply
EdW
Contributor
EdW
Posts: 5

Re: R21SP3 Interop imports IGS files having each face in different body

Thanks venugopal.

 

Looking at your log file, my only concern is that there are still 6 solid bodies, rather than sheet bodies after the IGES -> ACIS conversion. But the most important thing for me is that the sewing works on these bodies in the ACIS -> PS stage.

 

I also get exactly the same problem when importing VDA files that contain trimmed surfaces. Can you check if your fix also works for VDA files please.

 

Do you know when R22 is due for release?

Contributor
vbsingh
Posts: 11

Re: R21SP3 Interop imports IGS files having each face in different body

The problem is solved using tolerant stitching as IGS doen't store neighbouring information.

I used api_stitch with tolerant_stitch_options and SPASTITCH_COIN_SKIP mode inside the options.

 

Hope this will be useful to readers. Thanks for your inputs.