Hi Sascha
Nimm dies in einer externen Regel
Public Sub Main()
' Set a reference to the part document. ' This assumes a part document is active.
Dim oPartDoc As PartDocument
oPartDoc = ThisApplication.ActiveDocument
' Set a reference to the mass properties object.
Dim oMassProps As MassProperties
oMassProps = oPartDoc.ComponentDefinition.MassProperties
' Set the accuracy to medium.
oMassProps.Accuracy = 24580 'k_VeryHigh=24580
InventorVb.DocumentUpdate()
' Display the mass properties of the part.
'MessageBox.Show("Mass: " & oMassProps.Mass, "GetPartMassProps")
End Sub
**********
In den entsprechenden teilen nun eine Miniregel welche diese externe vor dem Speicherevent ausführt und alles wird gut 
------------------
************************************

Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP