Forums:
I am trying to see if there is a object in NX Open that mimics the functionality of the "Find Components" tool under assemblies.
What I have is a tool I created that parses the annotation table for component and material information. Well if the user has locked the table before deleting or suppressing components, the annotation table has a strikethrough or other options representing "Locked Deleted Rows". When I parse the table I have no indication that this is a deleted row in the program.
So now I would like to do a search on the component like "Find Components" which returns a '0' if it is deleted or suppressed. Can someone help me?