Wall Start and End point

Morning everyone,

im trying to find the coordinates of the start and the end of a wall to then create a line based on it. Of course i can easily list all the walls in my project but i could not find a way to track the start/end coordinates.

Any help is much appreciated… again

you need to get wall’s curve then query start and end point.

Im only finding Create curve, no Query. Am i missing something? … i know as usual yes :slight_smile:

WallCurve_A

 

 

 

 

 

 

Ok, found Curve.StartPoint and Curve.EndPoint.
I can’t pass the wall directly to them obviously, still looking to get the wall curve element… and the search goes on :slight_smile:

 

Thanks for the help

Ok, i used the element location to get the curve. Works fine :slight_smile:
Now onto step 2 :slight_smile:

Hi, @Daniel_Hurtubise if you have worked that out?
I’m facing the same issue as you. I want to find the start/end points of walls in the Revit model to provide data for 4D printing .

@chacha you can use Curve.StartPoint and Curve.EndPoint

2 Likes