Message 1 of 9
issue with iProperties mass not always updating properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm having issues with the mass of my parts not updating after I change material via ilogic code. It is acting like the mass is is an override. If I delete the mass manually and update it then become the correct mass. The code I am using is very basic. Any help would be greatly excepted......
Monty
Select Case HDRMATL
Case = 1
iProperties.Material = "SA516-70"
Case = 2
iProperties.Material = "SA516-70N"
Case = 3
iProperties.Material = "SA240-304"
Case = 4
iProperties.Material = "SA240-304L"
Case = 5
iProperties.Material = "SA240-316"
Case = 6
iProperties.Material = "SA240-316L"
Case = 7
iProperties.Material = "SA240-S31803"
Case = 8
iProperties.Material = "SA240-S32750"
Case = 9
iProperties.Material = "SB424-N08825"
Case = 10
iProperties.Material = "SA537-CL1"
Case = 11
iProperties.Material = "SA387-11"
End Select
