Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. mats=UnwrapElement(IN[0])
  2. density=[]
  3. for mat in mats:
  4.  
  5.     try:
  6.         matid=mat.StructuralAssetId
  7.         density.append(doc.GetElement(matid).GetStructuralAsset().Density*35.314666666666)
  8.     except:
  9.         density.append(0)
  10. OUT= density