Hi
I am looking for a solution for following problem:
Given: A multi-part NX model with faces already split over intersections to their smallest pieces without more intersection with other bodies.
Desired: Finding similar faces belonging to different parts. By similar I mean those which specify same geometrical region even though their normal vectors might be opposite.
Proper comparison of faces involves lots of type-specific comparison of face definitions and type-specific edge definitions and probably different ways the edges are sorted and direction of each edge. These information might be accessible from UF but not normal NxOpen API and seems too complicated to cover everything. There might already be some method in the API that I am not aware of or some easier way to handle it. Any suggestion?
I am looking for a solution for following problem:
Given: A multi-part NX model with faces already split over intersections to their smallest pieces without more intersection with other bodies.
Desired: Finding similar faces belonging to different parts. By similar I mean those which specify same geometrical region even though their normal vectors might be opposite.
Proper comparison of faces involves lots of type-specific comparison of face definitions and type-specific edge definitions and probably different ways the edges are sorted and direction of each edge. These information might be accessible from UF but not normal NxOpen API and seems too complicated to cover everything. There might already be some method in the API that I am not aware of or some easier way to handle it. Any suggestion?