Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

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

Export points coordinate from NX to txt

Status
Not open for further replies.
Saving the information listing to file then parsing that file seems a bit awkward. It would be easier to query each point's coordinates and write them out to a text file (csv) directly. The point object has a .Coordinates property that you can use to get the X, Y, Z values.

www.nxjournaling.com
 
There's a GRIP program floating around somewhere that does that, it's just that I no longer have access to any of those files, but someone might, so if you do, check it out.

John R. Baker, P.E. (ret)
Irvine, CA
Siemens PLM:

The secret of life is not finding someone to live with
It's finding someone you can't live without
 
Thanks you so much for the comments, my NX Open is not strong, I will try rewrite it later.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top