Rhino.inside.revit-center line

Hello everyone, I am using Rhino.Inside.Revit to obtain the centerline of elements in Revit, but for column-type elements, the location only returns a point. I am now trying to obtain the properties of the column element to generate a centerline and would like to ask if there is an easier method.
image

Hi Chloe,

There may be a more direct way with the Revit API.

Using Rhino.Inside.Revit components you can cast Architectural or Structural Columns directly to curves.

Thank you,that’s exactly what I was looking for.