Create Material Takeoff from assembly views

Hi All,

I have two Packages one is Steamnodes and another one is Synthesize, in that packages material takeoff function is not available, I want to use that function. how to use Material Takeoff function while I use “create assembly views” in dynamo.

Please suggest some solutions.

Looks like you can edit the Python from Tool.AssemblyViews in this section:

||if IN[9] == 1:||
|---|---|---|
|||ds9=AssemblyViewUtils.CreatePartList(doc,a)|
|||views.append(ds9)|

1 Like