| IGES IMPORT: missing surfaces |
 |
| Davide Canalia
|
2008-01-23 08:52 |
Hi to all,
I have some problem with iges import.
I have missing surface in a model imported with iges interface.
If i import them with other CAD i have no problem.
The code is the following:
TopoDS_Shape rShape;
Standard_CString aFileName = (Standard_CString) filename;
IGESControl_Reader Reader;
int status = Reader.ReadFile( aFileName );
if ( status == IFSelect_RetDone )
{
Reader.TransferRoots();
rShape = Reader.OneShape();
}
|
 |
|
|
 |
| PG
|
2008-01-24 13:19 |
it is better to comment in case you can share the IGES file
thanks |
 |
|
|
|
|
 |
| Davide Canalia
|
2008-02-07 14:24 |
Have you any news for me?
:) |
 |
|
|
 |
| marco
|
2008-02-07 15:03 |
Hi Davide,
The face exists and I'm able to find it in my tree structure, but...
I don't know why it is not possible to assign color, nor material.
I can also select the strange face in my viewer, but it only shows in wireframe.
If you would like to share/exhange opinion, code, etc (maybe in italian) feel free to write me at marco at benuzzi dot net |
 |
|
|
 |
| LIU
|
2008-05-14 16:13 |
Hi, I have the same problem. Did you resolved it?. Could you give me some suggestions?
Thanks and Best regards!
Yilin |
 |
|
|