Get connectors from family

we can get connectors from pipes that:

pipe.ConnectorManager.Connectors

but how get connectors from family ((tee,elbow …) in PYTHON ? (without using exist custom node (Gorilla 17 e.t.c))

done !

(our_family).MEPModel.ConnectorManager.Connectors

RevitAPI:
http://www.revitapidocs.com/2017.1/ee6d27a2-5c57-8e13-f0c1-504028545220.htm

1 Like

hi, slightly off topic here:

once you have the connectors - can they tell you to what device they connect to?
(i have a wire and need to get the devices it connects to…)