Hi
Using NxOpen, in a multi-body part, how can I know whether a face is located inside another body or not? The main aim is to find which faces of solid-body A are located inside solid-body B.
Using boolean solid intersection is a solution but does not work properly because even though you have...
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...
Hi
I use NxOpen api both within journaling and as stand-alone application(without UI). I also use both java and C# as programming languages in these two modes. I use different classes and create different feature builders in both environments pretty the same with no problem. But when I try to...