Select model edge Element.Curves Error

Hi,

I am wondering why dynamobim is unable to extract the curve geometry from the select edge tool. It would be really ‘handy’ if it could do so. The current work around I use is to select a face then use element.geometry node to find the edge and bring it into dynamo. This involves getting an item from the list, which is not a robust method if you were to give the file to someone else or select a face orientated a different way.

Is there a better work around?

Simon,
when you select the edge you already have the geometry. Try to enable the 3d geometry navigation mode. Your curve should be already there

yes, read the error carefully, There is no method .Curves() on a Line type… the select node returned a Line already.

Ok great thanks for the help