Hello,
Only the material is saved in the file.
The density, associated with this material, is stored in the material database.
Try the following code.
Note: go to Tools > Reference and add "Microsoft XML, VX.X"
Option Explicit
Sub main()
Dim swApp As SldWorks.SldWorks
Dim swModel As...