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!

Edit Material Property

Status
Not open for further replies.

Berserk

Automotive
Joined
Jan 23, 2003
Messages
248
Location
CA
Hello,

In NX 7.5, I am trying to create some material property. I used "Material Library Manager" to export a single material property. It is a PA6 GF40. I am trying to edit the density to 1.48g/cu cm.

The entry on the xml file is
-<PropertyData property="MassDensity">

<Data format="exponential">1.440000e+003</Data>

I figure this would be a direct replacement of 1.44 to 1.48 but whenever I check the solid body for its density, I get Density (G/Cu Centimeter) = 1480000000.000000000

I am expecting it to show 1.48

What am I doing wrong?



UGNX 8 / 8.5 / 9 - Windows 7 64bit
Productive Design Services
www.productivedesign.com
 
 http://files.engineering.com/getfile.aspx?folder=a63bcaad-bc30-4d80-97ce-0389cff2dcbb&file=sample_pa6.xml
Try and change this

<PropertyData property="Version">
<Data format="string">[highlight #EF2929]2011v1[/highlight]Data>

should be
<PropertyData property="Version">
<Data format="string">1.0</Data>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top