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

.NET: How to fetch mass and volume properties out of a part?

Status
Not open for further replies.

macfrei

Mechanical
Joined
Nov 8, 2013
Messages
2
Location
CH
I've built a .NET (C#) program to load different frames to a drafting sheet, depending on the type of part (mechanical, optics, plastics, aso.). The frames content text fields wich are filled by the user. One text field ist the mass property and an other one is the volume property of the part.
have you an idea how to get these properties out of the Part and store it into string variables?

Do i have to use the MassPropertiesBuilder for that?
or - is there another way to get these properties?

many thanks

Markus
 
What version of NX are you using?

Do you have a body measurement that you are trying to read, or are you trying to access the system controlled attributes (or something else)?

www.nxjournaling.com
 
I'm using NX 8.5 and want to access the system controlled properties.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top