How to find the Wall direction

How to find the Wall direction

Anonymous
Not applicable
637 Views
1 Reply
Message 1 of 2

How to find the Wall direction

Anonymous
Not applicable
Hi,

I want to find the direction of Wall. i.e whether the wall is in West side or North side or East side or South side. Can anyone tell me?

Thanks in advance.
0 Likes
638 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Personally I use the start point and end point from the location curve (endpoints 0 and 1) then calculate my own direction. As for side, that is outside, check the justification of the wall and the flip settings found in the parameter set. From there you can determine if its 'brick' or whatever, is on a particular side.
Dim dblDirection As Double = Math.Atan2(p2.Y - p1.Y, p2.X - p1.X)

jvj
0 Likes