Biro Sandor Fri, 06/05/2009 - 11:31 Forums: Other usage issuesHello, I have a sew face, from a triangulation, that is a TopoDS_Compound type and i want to convert to TopoDS_Shell or TopoDS_Face. How can I do? Thenks for all advice. Sandor. Paul Jimenez Mon, 06/08/2009 - 10:02 If you have the Shell/Faces already in the Compound and you want to take them out, use TopExp_Explorer. Log in to post comments P G Fri, 10/23/2009 - 11:19 I have sewed faces - the topology type of the result is Compound. Using TopExp_Explore 'to find' SHELL' it fails. Do I need to build a SHELL when sewing, in order to get back my SHELL using Explorer. thanks in advance -PG Log in to post comments
Mon, 06/08/2009 - 10:02
If you have the Shell/Faces already in the Compound and you want to take them out, use TopExp_Explorer.
Fri, 10/23/2009 - 11:19
I have sewed faces - the topology type of the result is Compound.
Using TopExp_Explore 'to find' SHELL' it fails.
Do I need to build a SHELL when sewing, in order to get back my SHELL using Explorer.
thanks in advance
-PG