How To get Family Instance of Selected Beam

Hi. I want to Get Facing Orientation Of a beam by node(FamilyInstance.FacingOrientation)
i have Element Selected in Dynamo But How can I get family Instance Of The selected Element.?

Thanks For Your Advice

1 Like

@alirahbar_2000 ,

you can try to access the faces itself?

1 Like

As beams are linear in nature, they don’t have a facing orientation, this node will fail. Point based families work quite well with this node. Likely you want something like Element.Location > Curve. TangentAtParamter or Curve.Plane. Note that the later may not return the type of results you’re after. It’d be best to post a sketch showing what direction you’re trying to get to.

2 Likes