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 JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to identify and/or manipulate non-timestamped geometry? - NXOpen

Status
Not open for further replies.

magnuswamble

Mechanical
Joined
Mar 15, 2023
Messages
1
Location
US
Hi, I am trying to write an NXOpen program to grab two splines that are non-timestamped and bring them into a new workpart using NXOpen. I can't seem to find a way to identify them consistently within code without using selection stickiness. Does anyone have any ideas?
 
What makes them unique in the file? How do you know which splines to use when you do this process manually? Are they the only 2 splines in the part? On a certain layer? Are they a certain color? Used to create a certain feature? If they have a certain property that makes them unique, you can use that. If no such property exists that you can make use of, you could manually add an attribute to each, then use that attribute in your program to identify the desired splines.

www.nxjournaling.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top