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

NX7.5 and VB.NET

Status
Not open for further replies.

Idmbarek

Mechanical
Joined
Oct 12, 2012
Messages
1
Location
NL

Hi All,
I want to automate the various commands NX7.5. For that I work with IDF files (exchange between routing and NX).
I program with VB.NET
when I import the IDF file in NX, it gives a different name to the object.
Example: In the IDF file I have "NET_3733" when I import the file, the object will "EXTRUDED (2831)".
When I make a journal I have this function to select the object

Dim body2 As Body = CType(workPart.Bodies.FindObject("EXTRUDED(2343)"), Body)

Is that you know a function that allows me to select the object with the name that is in the original file?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top