Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I have a question, I am making a iParts according to a catalog, I have to put the weight appears here, with the help i found this code
doc = ThisDoc.Document
customPropertySet = doc.PropertySets.Item("Inventor User Defined Properties")
prop = customPropertySet.Item("mymassoverride")
iProperties.Mass = prop.Value
But the units dont come out whit decimal.
Thanks
Solved! Go to Solution.