I'm new to programming with the Catia APIs. I would like to know if, given a catpart, is there a way in .NET to extract the following information from it:
- body
- faces
- loops
- edge
I'm new to programming with the Catia APIs. I would like to know if, given a catpart, is there a way in .NET to extract the following information from it:
It is possible to discover and list faces, edges and vertexes. However what you are allowed to see is not very useful as the internal naming conventions are very complex. As for underlying math there is no part of the API which lets you have access to that.
You will have to use IGES or STEP to get the level of information you require.