Hello Everyone,
I’ve created a custom program in NX for performing clearance analysis between two components. The program has a UI that allows users to select two components, and it extracts the solid bodies of each component (including those within subassemblies).
Here's how the process is designed:
However, I'm running into an issue when I try to commit the clearance analysis: I get the following error:
NXOpen.NXException: Clearance analysis object list contains invalid objects
I’ve created a custom program in NX for performing clearance analysis between two components. The program has a UI that allows users to select two components, and it extracts the solid bodies of each component (including those within subassemblies).
Here's how the process is designed:
- The first component (checking component) extracts bodies in Layer 1.
- The second component (other component) extracts bodies in Layer 2.
- The program performs clearance analysis between the bodies in Layer 1 and Layer 2.
However, I'm running into an issue when I try to commit the clearance analysis: I get the following error:
NXOpen.NXException: Clearance analysis object list contains invalid objects