Generate Property lines from Room Separator lines

Hello all,

I have a bunch of room separator lines that I want to convert to Property lines (or at least to curves) Please is there a way around this?

Thanks

Property lines are not exposed in the Revit API, and as such we cannot automate with them directly.

You can pull the curves of the room separation lines and use those values to generate model lines (ModelCurve.ByCurve node).

If you really want to stick to property lines you can write the nothings/eastings to an external file and consume that via the UI.