Hey Guys, I am struggling to create a python script that will add insulation to pipe/duct work. I have found the components below for the node but don’t know how to put it together.
Here it is in C#
public static PipeInsulation Create(
Document document,
ElementId pipeOrContentElementId,
ElementId pipeInsulationTypeId,
double Thickness
)
http://revitapisearch.com/html/13150ed7-b0da-50be-d5e7-68285f477969.htmPlease could someone help me understand how to get it to work.
Ben