Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wej0901

    NXOpen AddToDeleteList Not Deleting Expressions

    Thank you for helping. Yes. I performed an update after the delete. My code looks exactly what you're suggesting above. I also tried a manual part clean up and UG is still not deleting the unused expressions. It's weird. Because when I try to manually delete the expression in the editor...
  2. wej0901

    NXOpen AddToDeleteList Not Deleting Expressions

    I've found this snippet of code for cleaning the part. But can't get it to work. any ideas? Dim partCleanup1 As PartCleanup partCleanup1 = theSession.NewPartCleanup() partCleanup1.TurnOffHighlighting = True partCleanup1.DeleteUnusedObjects = True...
  3. wej0901

    NXOpen AddToDeleteList Not Deleting Expressions

    Clarification. This is a catch22 situation. I can't cycle through deleted objects and get their expressions to delete.
  4. wej0901

    NXOpen AddToDeleteList Not Deleting Expressions

    Do I have to wrap this is a loop and go through each expression?
  5. wej0901

    NXOpen AddToDeleteList Not Deleting Expressions

    I am using the NXOpen function AddToDeleteList to delete feature construction geometry. This function works well and deletes the construction geometry; however, it is not deleting the expressions associated with these deleted features. After running the NXOpen routine, the expressions within...

Part and Inventory Search

Back
Top