How get geometry of detail component

Hello! Please help!
Standart Dynamo node “Element.Geometry” get only point from detail component into Dynamo.
Is there a way to get lines from detail component?

First select the detail component, choose edit family, open Dynamo, in that order

No, you use the detail line. Try family of detail component.Detail component.rfa (292 KB)
image

look more closely


This works!

@tpancingkom - try using the element’s transform properties instead of location, as that will also include the rotation and mirror properties. You can also get parameter values like length and such which deform the geometry, and scale up from the default value as needed.

Thank you. Tell me name of this node please.