Message 1 of 3
code .massproperties.mass make parts dirty IV10

Not applicable
08-12-2005
03:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This code make in IV10 all parts and assemblies dirty:
For i = 1 To ThisApplication.ActiveDocument.ReferencedFiles.Count
massa = ThisApplication.ActiveDocument.ReferencedFiles.Item(i).ComponentDefinition.MassProperties.Mass
Next
In IV9 it did not make parts dirty.
For i = 1 To ThisApplication.ActiveDocument.ReferencedFiles.Count
massa = ThisApplication.ActiveDocument.ReferencedFiles.Item(i).ComponentDefinition.MassProperties.Mass
Next
In IV9 it did not make parts dirty.