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!

Exporting Part Volume Data

Status
Not open for further replies.

AnAngryScotsman

Aerospace
Joined
Oct 15, 2019
Messages
8
Location
SE
Hello,

I have a part and I am creating a journal to edit it. As part of this process, I want to read the volume of each iteration and have this exported automatically for use in further calculations.

Is there a function in NX 12.0 where I can export data like this?

Thanks
 
Short answer.
No there isn't. You need to code this yourself.
You can get the information with o.o.t.b functions but there is no function to export.

Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2

Building new PLM environment from Scratch using NX12 / TC11
 
This article shows how to write information to a text file.

Exporting to Excel is also possible; Yamada posted a guide here:

I think the guide assumes you have a .net author license - even if you do not, writing to Excel is possible, but more difficult.

www.nxjournaling.com
 
uncertain on the requirement here, do you want to create a program that steps through a list of values and for each step report the volume -> Excel or similar,
or, as soon as you have done a change see the resulting volume ?
There are Goal seek functions in the integrated spreadsheet in NX, many years ago that i did that though so i do not remember the details.
But I am pretty sure that volume is a possible target.
And, I think NX has optimization functions , but these might require a special license. ( the goal seek is the poor mans version, and should be in the modeling license.)

Regards,
Tomas

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top