I did not get the wall layers’ width in Dynamo. Please advise.
hi …guess thats an element type parameter
im pretty sure there are some nodes to delete and create layers to edit the wall assembly but i doubt you can just change these
not showing the structure width. Only showing total width of wall. I need the every layer’s width.
hi too late
import sys import clr clr.AddReference("RevitAPI") import Autodesk from Autodesk.Revit.DB import Wall w=UnwrapElement(IN[0]) wt=w.WallType cs=wt.GetCompoundStructure() OUT = [cs.GetWidth(i)*0.3048 for i in range (cs.LayerCount)]
cordially christian.stan